This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: EEEEKS! The mangling changed!


> Actually....  at one point I'd suggested making __gnu_norm and
> __gnu_debug nested namespaces within std. I thought it might make the
> result a little more palatable to people like Carlo.

Fully agreed.  __gnu_norm::vector<> is not a __gnu_debug::vector<>
even if both can be mapped to std::vector<> with 'using' statements.
We should not make changes to aid debugging tools, if they make actual
debugging harder.  I could support a scheme where std::__x::y implied
std::y for external tools that want to optionally hide such details.

Loren


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