We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9790e09 commit f572f3dCopy full SHA for f572f3d
1 file changed
cli/main.cpp
@@ -99,7 +99,7 @@ int main(int argc, char* argv[])
99
100
101
// Warn about deprecated compilers
102
-#ifdef __clang
+#ifdef __clang__
103
# if ( __clang_major__ < 2 || ( __clang_major__ == 2 && __clang_minor__ < 9))
104
# warning "Using Clang 2.8 or earlier. Support for this version will be removed soon."
105
# endif
0 commit comments