gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

Cannot use c++11 features. #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use in code any c++ 11 keyword? like auto
2.
3.

there are no optioon to enable C++ 11 support

Original issue reported on code.google.com by SergeySo...@gmail.com on 21 Jul 2014 at 5:15

GoogleCodeExporter commented 9 years ago
You'll need to add switches to the command-line yourself. See:
https://gcc.gnu.org/projects/cxx0x.html

Leaving this open as a reminder to add property-page options.

Original comment by gavin.dj.pugh on 22 Jul 2014 at 4:38

GoogleCodeExporter commented 9 years ago
thanks, but it would be nice not to add this option for c files, only for c++

Original comment by SergeySo...@gmail.com on 22 Jul 2014 at 7:46