It seems that _SECURE_SCL_THROWS is deprecated in Visual Studio C++ 2010

It seems that _SECURE_SCL_THROWS is deprecated in Visual Studio C++ 2010. Because include file ‘Microsoft Visual Studio 10.0\VC\include\yvals.h’ has the following code block: #if _SECURE_SCL_THROWS #ifndef _SILENCE_DEPRECATION_OF_SECURE_SCL_THROWS … #undef _SECURE_SCL_THROWS #pragma _CRT_WARNING( _DEPRECATE_SECURE_SCL_THROWS ) … It gets undefined, and if you search c++ header files, there are no references to _SECURE_SCL_THROWS anymore. The strange part …

Microsoft Visual C++ supported target Windows versions

Microsoft Visual C++ supported target Windows versions – Supported Platforms – Target Platforms. MSVC versions: 6.0 Visual C++ 6.0. 7.X Visual C++ .NET 2002, 2003 (7.0, 7.1). 8.0 Visual C++ 2005. 9.0 Visual C++ 2008. 10.0 Visual C++ 2010. 11.0 Visual C++ 2012. 6.0 7.X 8.0 9.0 10.0 11.0 Windows 95 ok ok hack Windows …