mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
throw() -> noexcept
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
result = gPhoto2Result;
|
||||
method = methodStr;
|
||||
}
|
||||
virtual const char * what() const throw() CV_OVERRIDE
|
||||
virtual const char * what() const CV_NOEXCEPT CV_OVERRIDE
|
||||
{
|
||||
return gp_result_as_string(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user