forked from boostorg/config
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