Yes, you can disable C ++ 11 functions in the Visual C ++ compiler. The /Tc compiler option will throw errors for C ++ 11 syntax.
Unfortunately, C ++ 03 and C ++ 98 will be collateral damage. There are only C89 left, as well as several Microsoft extensions, such as support //single line comments .
source share