This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: patch: testsuite std namespace safe
- To: libstdc++@sourceware.cygnus.com
- Subject: Re: patch: testsuite std namespace safe
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Wed, 14 Jul 1999 09:34:51 -0700 (PDT)
I would like to actually start using namespaces for this next snapshot. I
propose using "-fnew-abi" when building the library.
Since this is a pretty big change, I was wondering what people thought.
Any comments from people currently using v-3 with namespaces?
> I did not touch multiset.cc as it needs deeper changes
> see my mail "Re: libstdc++-2.90.6pre1 on ftp site"
> from 07 Jul 1999 for a possible change.
I'm going to be doing some autoconf stuff later in the week: I'll fix
this then. Thanks again for your patch, it's in.
1999-07-14 Alfred Minarik <a8601248@unet.univie.ac.at>
* testsuite/*: Changes to make the testsuit compilable with
-fhonor-std. Contains direct qualification of library names with
std::
-Benjamin