Skip to content

Commit bd19f99

Browse files
committed
Merge pull request opencv#18602 from alalek:issue_18597
2 parents e87ba1d + b5717f8 commit bd19f99

File tree

1 file changed

+1
-1
lines changed
  • modules/core/include/opencv2/core

1 file changed

+1
-1
lines changed

modules/core/include/opencv2/core/cvdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ namespace cv { namespace debug_build_guard { } using namespace debug_build_guard
9090
// keep current value (through OpenCV port file)
9191
#elif defined __GNUC__ || (defined (__cpluscplus) && (__cpluscplus >= 201103))
9292
#define CV_Func __func__
93-
#elif defined __clang__ && (__clang_minor__ * 100 + __clang_major >= 305)
93+
#elif defined __clang__ && (__clang_minor__ * 100 + __clang_major__ >= 305)
9494
#define CV_Func __func__
9595
#elif defined(__STDC_VERSION__) && (__STDC_VERSION >= 199901)
9696
#define CV_Func __func__

0 commit comments

Comments
 (0)