This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: [PATCH] c[includes]
- To: libstdc++ at sources dot redhat dot com
- Subject: Re: [PATCH] c[includes]
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 25 Sep 2000 13:26:40 -0700
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.
-benjamin