This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: using templates in shared library
- To: K dot Peeters at damtp dot cam dot ac dot uk, oliva at dcc dot unicamp dot br
- Subject: Re: using templates in shared library
- From: mrs at wrs dot com (Mike Stump)
- Date: Wed, 9 Dec 1998 10:23:48 -0800
- Cc: egcs at egcs dot cygnus dot com
> From: Kasper Peeters <K.Peeters@damtp.cam.ac.uk>
> Date: Wed, 9 Dec 1998 11:37:03 +0000 (GMT)
> > You can always use -fno-implicit-templates or -frepo
> I know, but I like the automatic instantiation.
> If I have a few zillion other templates in main.cc it's a pain
> having to instantiate all them explicitly by hand.
This doesn't sound like -frepo, it is not a manual scheme, it is meant
to be an automatic scheme.