Compiling with: "/Zc:wchar_t-" solves it for me.
In MSVC this is called "Treat wchar_t as Built-in Type : No". This is by default set to Yes.
Can this be changed in the Scons and CMake scripts ? Vincent
Compiling with: "/Zc:wchar_t-" solves it for me.
In MSVC this is called "Treat wchar_t as Built-in Type : No". This is by default set to Yes.
Can this be changed in the Scons and CMake scripts ? Vincent