mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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