mirror of
https://github.com/boostorg/config.git
synced 2026-02-03 22:05:04 +01:00
check for c_plusplus macro (indicates EDG non-strict mode)
[SVN r11464]
This commit is contained in:
@@ -241,6 +241,7 @@ void print_compiler_macros()
|
||||
// EDG
|
||||
PRINT_MACRO(__EDG__);
|
||||
PRINT_MACRO(__EDG_VERSION__);
|
||||
PRINT_MACRO(c_plusplus); // indication for strict mode
|
||||
PRINT_MACRO(_BOOL);
|
||||
PRINT_MACRO(_EXPLICIT);
|
||||
PRINT_MACRO(__SIGNED_CHARS__);
|
||||
|
||||
Reference in New Issue
Block a user