g++ sometimes doesn't find its standard headers

Markus Gerwinski markus@gerwinski.de
Thu Mar 13 16:23:00 GMT 2003


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. &:-)



More information about the Gcc-help mailing list