[cfe-dev] Why in C++11 target -win32, char16_t disappears?

Nico Rieck nico.rieck at gmail.com
Sat Oct 5 14:16:08 PDT 2013


On 05.10.2013 22:43, Yaron Keren wrote:
> Trying to compile program in C++11 mode that uses char16_t fails [...]

For whatever reason (probably because MSVC does not define those yet), 
the char(16|32)_t keywords are not defined in MicrosoftMode. So you have 
to compile with -fno-ms-compatibility for now.

-Nico



More information about the cfe-dev mailing list