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


On Tue, Jul 31, 2001 at 09:09:52AM -0300, Alexandre Oliva wrote:

>> Recenty I was hit by the problem with precomiled template-class
>> member functuion.  I think it's know problem.
> Yep.  See the `Template Instantiation' node in the GCC manual.
There are some uncertain places. Could anyone point me to the place
where I can see exact way templates are implemented described ?? Any
additional info on methods described in that node would be
appreciated..

>> How can I find any workarounds, considering that I don't want to
>> recomplile whole prgram each time I do small change in templated
>> class..
> 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.


thanks.
-- 
The Lord prefers common-looking people.  That is the reason that He makes
so many of them.
		-- Abraham Lincoln


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