Merge pull request #181 from KindDragon/patch-1

Print _MSVC_LANG for MSVC complier
This commit is contained in:
jzmaddock
2017-08-18 18:06:40 +01:00
committed by GitHub

View File

@ -153,6 +153,7 @@ void print_compiler_macros()
PRINT_MACRO(_MSC_EXTENSIONS);
PRINT_MACRO(_MSC_VER);
PRINT_MACRO(_MSC_FULL_VER);
PRINT_MACRO(_MSVC_LANG);
PRINT_MACRO(_MT);
PRINT_MACRO(_NATIVE_WCHAR_T_DEFINED);
// GNUC options: