This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: using templates in shared library
- To: Jan Reimers <janr at molienergy dot bc dot ca>
- Subject: RE: using templates in shared library
- From: Kasper Peeters <K dot Peeters at damtp dot cam dot ac dot uk>
- Date: Wed, 9 Dec 1998 19:20:13 +0000 (GMT)
- CC: egcs at egcs dot cygnus dot com
- References: <71B30885B657D111809D080009EEBBF34FE64E@MAILSERV.molienergy.bc.ca>
> -fno-implicit-templates might do what you want.
That flag doesn't just drop duplicates, it drops a lot more, forcing
me to instantiate things by hand.
Kasper