This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: __STL_NO_NAMESPACES is wrong
- To: "Paul J. Lucas" <pauljlucas at mac dot com>
- Subject: Re: __STL_NO_NAMESPACES is wrong
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 17 Apr 2001 11:30:59 -0700 (PDT)
- cc: libstdc++ at gcc dot gnu dot org
I build CVS g++ on linuxppc routinely. I suggest you give it a shot. Not
only will you get the new libstdc++ but you'll also get much improved
exception handling support, and much smaller binaries for c++ code. The
call frame exception handling is truly amazing.
The problem you've noticed is fixed in CVS, and has been for quite some time.
-benjamin