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++/3893: libstdc++ scope problem appear with -fno-honor-std


Synopsis: libstdc++ scope problem appear with -fno-honor-std

State-Changed-From-To: open->closed
State-Changed-By: lerdsuwa
State-Changed-When: Sun Aug  5 01:50:27 2001
State-Changed-Why:
    -fhonor-std option is depreciated and has been removed in
    the upcoming 3.0.1 release.  You should use
    'using namespace std;' to deal with old code.  -fhonor-std
    was intended for new, compliant code to work with old C++
    library.

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


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