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!


On Sun, Nov 30, 2003 at 06:01:45AM +0100, Gabriel Dos Reis wrote:
> 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.

Maybe I understand or use the word 'alias' wrong here.
It seems to me that there is one possible solution left:
Output 'St' in mangled names everywhere where now 10__gnu_norm
is being used.

Why could that lead to problems?  Of course you have to assume that
no user starts to declare things inside a namespace __gnu_norm or
will declare STL containers inside namespace std.  Those namespaces
should not be used by users.

-- 
Carlo Wood <carlo@alinoe.com>


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