mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Revert CV_TRY/CV_CATCH macros
This reverts commit 7349b8f5ce (partially).
This commit is contained in:
@@ -1025,7 +1025,7 @@ void error( const Exception& exc )
|
||||
*p = 0;
|
||||
}
|
||||
|
||||
CV_THROW(exc);
|
||||
throw exc;
|
||||
}
|
||||
|
||||
void error(int _code, const String& _err, const char* _func, const char* _file, int _line)
|
||||
|
||||
Reference in New Issue
Block a user