This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: precomiled template-class member functions


Bohdan Vlasyuk <bohdan@kivc.vstu.vinnica.ua> writes:

| > Looks like you're looking for explicit instantiations, then.
| I'd like to see for something that'd behave exact like `Cfront model'
| described in that info file.

The 'export' model is not exactly "CFront model", but it is pretty
much close, and is what is mandated by the C++ definition.  It is tricky
to get right and that is probably one of the reasons why no current
compiler supports it.

I don't know how much -frepo would be useful for you, though.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]