This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: g++ sometimes doesn't find its standard headers
- From: Markus Gerwinski <markus at gerwinski dot de>
- To: gcc-help at gcc dot gnu dot org
- Cc: Andres Chavarria <el_andrecillo at hotmail dot com>
- Date: Thu, 13 Mar 2003 16:24:57 +0100
- Subject: Re: g++ sometimes doesn't find its standard headers
- References: <F120BQ8CLGGTgXMtW8r00014662@hotmail.com> <20030313100204.GA6157@leia.local> <x38yvj49tg.fsf@lifesupport.shutdown.com>
LLeweLLyn Reese wrote:
> gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-3.1/namespace____gnu__cxx.html#_details
Hmm, this means, identifiers taken from that namespace may as well be internal
implementation details as classes for public use?
Would it run against any current or upcoming convention, if I encapsulated the
namespace with a "#define stdext __gnu_cxx" for my own projects, so I can use a
"stdext::hash_map" class?
> The maintainers are aware that the situation is confusing. :-)
Agreed. &:-)