This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: lexicographical_compare...


>   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]