This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ sometimes doesn't find its standard headers


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


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