This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: [PATCH] c[includes]
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: [PATCH] c[includes]
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 25 Sep 2000 22:37:19 +0200
- Cc: libstdc++ at sources dot redhat dot com
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <200009252026.e8PKQeA10368@fillmore.constant.com>
- Reply-To: libstdc++ at sources dot redhat dot com
Benjamin Kosnik <bkoz@redhat.com> writes:
| I believe this problem (abort and malloc not being in std::) will be
| fixed whenever shadow headers are finally fixed up.
|
| I have no idea when --enable-cshadow-headers will work again. Anybody?
|
| WRT your patch:
|
| non-STL headers don't use__STL_BEGIN_NAMESPACE, and instead
| unconditionally use namespace std { } constructs. I hope to eventually
| synch up the coding conventions between the STL and non-STL parts of
| these sources.
I'd like to see us unconditionallly use namespace std construct -- it
makes life easier; and our goal is to put the whole library in
namespace sttd anyway.
BTW, I've heard that GCC-3.0 will be released by the end of the year,
does anybody know when v3 will be the default?
-- Gaby