This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: something wrong with template instantiation mechanics
- To: kriol at fnal dot gov (Oleg Krivosheev)
- Subject: Re: something wrong with template instantiation mechanics
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Thu, 9 Oct 97 19:07:55 PDT
- Cc: egcs at cygnus dot com (egcs team)
> i've tried my code and lloks like tons of
> small inline template functions are not
> instantiated.
I think that this is a consequence of the new rules: you have both
non-template and template abs functions. Unfortunately, I'm confused
by the new rules and not sure what is really supposed to change; I
also think that there still may be some bugs in the code that implements
them.