lexicographical_compare...
Martin v. Loewis
martin@mira.isdn.cs.tu-berlin.de
Wed Mar 31 23:46:00 GMT 1999
> Can anyone tell me how to prevent functions such as the one
> metioned in the subject line (ie, the non-inline functions from
> the STL library) from being emitted in every module?
There is a number of ways to achieve that, among them
-fno-implicit-templates and -frepo; not using the standard template
library is another way.
If you need specific help, you could try to present the specific
problem. If you feel there is a specific bug, you should prepare a
specific bug report.
Thanks for your understanding,
Martin
More information about the Gcc
mailing list