This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3893: libstdc++ scope problem appear with -fno-honor-std
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, scisim at astro dot estec dot esa dot nl
- Subject: Re: c++/3893: libstdc++ scope problem appear with -fno-honor-std
- From: lerdsuwa at gcc dot gnu dot org
- Date: 5 Aug 2001 08:50:27 -0000
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