This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ automatic template instantiation?
- To: alex at anvil dot co dot uk
- Subject: Re: C++ automatic template instantiation?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 19 Apr 2000 22:44:40 +0200
- CC: gcc at gcc dot gnu dot org
- References: <14589.43115.868833.82745@prodigy.anvil.co.uk>
> Is there any code in the current snapshots to replace manual template
> instantiation? The existing -frepo in 2.95.2 appears to miss lots of
> used symbols.
There is code in gcc 2.95.2 to replace manual template
instantiation. Just compile without -frepo, and all will work fine.
Regards,
Martin