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