-std=c++0x and Co.

Hi there!

I was wondering whether there’s some kind of option in NTVSE which allows us to enable to c++0x or gnu++0x features or is that only possible through adding additional command line parameters.
Thanks in advance!

Hello Emerix,

Currently we do not have a project property for this. We may implement it in the future.

Thank you Dmitry =)

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Android\Props\android_gcc_compile.xml












I just added it. You’ll need to restart visual studio and reload your project to make it visible.

Thanks a bunch!