Force visual studio 2012 compiler for using C ++ TR1 (2007 standard)

Is it possible to force compile the visual studio compiler in accordance with the 2007 C ++ standard (ISO / IEC TR 19768: 2007, C ++ TR1)?

I need to avoid using any C ++ 11 features in my current project, although we already use 2012 studio.

+4
source share
2 answers

If you have a parallel installation, for example. VisualStudio 2008, you can use your compiler from VS2012 for your C ++ projects. This is done in the project settings through the "Platform Toolbox".

0
source

++ 2007

. VS2012 ( 2013) ++ 07 ( - "++ 14" - ).

, ( ) .

0

Source: https://habr.com/ru/post/1534622/