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!


Carlo Wood <carlo@alinoe.com> writes:

[...]

| so at any moment 'std::list' is one or the other,
| and everything else is just linker level: what already
| was compiled is still std::list or __gnu_debug::list
| respectively.

Just a note: This not a binary decision.  There may be optimized
implementations lurking there also.  

Sure, in the abstract __gnu_norm:: would be an alias for std::, but it
can't if one considers other constraints as I recalled in a previous mail.

-- Gaby


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