Merge pull request #2256 from ilya-lavrenov:tapi_matchTempl
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
if (cv::ocl::useOpenCL() && (condition)) \
|
||||
{ \
|
||||
CV_Assert(func); \
|
||||
return; \
|
||||
return __VA_ARGS__; \
|
||||
} \
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user