C++0x: mangling of char16_t and char32_t
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C++0x: mangling of char16_t and char32_t



We don't have a mangling for the C++0x char16_t or char32_t types. It
has been suggested that we use 'k' for char16_t and 'q' for char32_t.
Does that seem reasonable?

  - Doug