I installed the latest SDK and tried to compile some C++11 code for a 
change but had some issues using the VSTOOL configuration.

Originally I tried: Configuration Properties->Clang 
C/C++->Language->Language standard mode

Which I set to C++11 which doesn't work.  If you don't do that and on the 
"command line" part of the same options page add in "additional options" 
box the following: -std=c++11 

Then it will work.

It seems the issue is that the property page drop down is passing 
"-std=cxx11" rather than "-std=c++11 " on the command line.  I don't know 
if that means some of the other options are broken too.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to