[Issue 14956] C++ Mangling incompatible with C++11

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Nov 7 01:28:56 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14956

--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject.org> ---
(In reply to Marco Leise from comment #2)
> The mangling of the mangling changed? I thought that was a typo, but
> obviously you are right.

The C++-98 use of "Sb" and "Ss" is a special mangle string, and not actually
representative of the actual name or namespace of basic_string.

Perhaps a better way of putting it would have been: "The abbreviations for
mangling basic_string have been removed and replaced with a new namespace".

--


More information about the Digitalmars-d-bugs mailing list