This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: [PATCH] c[includes]


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


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