Is there a way to disable c++11 features when writing code in vs 2013 , I want my code to also compile on older compiles like vs2008.
I tired 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 .
See Question&Answers more detail:os