Is there a way to disable C++11 features when writing code in Visual Studio 2013?
I want my code to also compile on older compilers like VS 2008.
I tried to change via:
project->properties->general->platform tool-set
, and change "Visual Studio 2013 (v120)"
to something older, but this is the only thing I have in the drop down menu there.