Compiler.h: work around clang 3.9 warning -Wexpansion-to-defined
Check {GCC,CLANG}_VERSION==0 or >0 instead of using defined(), which may render undefined behavior.
This commit is contained in:
Reference in New Issue
Block a user
Check {GCC,CLANG}_VERSION==0 or >0 instead of using defined(), which may render undefined behavior.