This is the mail archive of the gcc-bugs@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: c++/3745: bug in basic_string.tcc


Synopsis: bug in basic_string.tcc

State-Changed-From-To: open->closed
State-Changed-By: lerdsuwa
State-Changed-When: Fri Aug 10 07:58:08 2001
State-Changed-Why:
    This probably due to min defined as a macro somewhere in
    your code.  This conflicts with the template function min
    in the C++ library.  Simply #undef it should solve your
    problem.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3745&database=gcc


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