forked from boostorg/config
Print _MSVC_LANG for MSVC complier
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user