Print _MSVC_LANG for MSVC complier

This commit is contained in:
Arkady Shapkin
2017-08-18 16:19:11 +03:00
committed by GitHub
parent ee11fba649
commit 19429a2bde

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: