1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

throw() -> noexcept

This commit is contained in:
Richard Barnes
2024-07-15 10:48:02 -07:00
parent 7b176d898b
commit d1505693dd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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);
}