We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed82ae commit b5717f8Copy full SHA for b5717f8
modules/core/include/opencv2/core/cvdef.h
@@ -90,7 +90,7 @@ namespace cv { namespace debug_build_guard { } using namespace debug_build_guard
90
// keep current value (through OpenCV port file)
91
#elif defined __GNUC__ || (defined (__cpluscplus) && (__cpluscplus >= 201103))
92
#define CV_Func __func__
93
-#elif defined __clang__ && (__clang_minor__ * 100 + __clang_major >= 305)
+#elif defined __clang__ && (__clang_minor__ * 100 + __clang_major__ >= 305)
94
95
#elif defined(__STDC_VERSION__) && (__STDC_VERSION >= 199901)
96
0 commit comments