add noexcept to default constructor for: Mat, UMat, Mat_, MatSize, MatStep#19683
add noexcept to default constructor for: Mat, UMat, Mat_, MatSize, MatStep#19683opencv-pushbot merged 1 commit intoopencv:masterfrom diablodale:add_defconstruct_noexcept_matumat
Conversation
|
I'm seeing a lot of timeouts in Jenkins. Are there Jenkins problems occurring right now? |
|
jenkins cn please retry a build |
|
Thanks. Now I see only two failed tests within the "OpenCV CN Windows 10 x64". These two tests are failing in others PRs like #19685. |
|
Thank you for contribution! This is one more step in migration to proper usage of C++11. This patch should go into 3.4 branch first. Please:
Note: no needs to re-open PR, apply changes "inplace". Ignore OpenCV CN checks. They are optional for now. |
|
Ah, I wrote in the issue but not here...
|
|
OpenCV 3.4 is required to compile with C++98 OpenCV 4.x just raises minimal supported compiler version (required version) from C++98 to C++11. |
|
Got it. I'm focused on OpenCV 4.x and adding new features there. This is due to
Bugfixes are different. I might provide a bugfix that is for both 3.x and 4.x. I think I've only done that once for OpenCV -- it is rare. And that is the right approach as only important critical bugfixes should go to branches in bugfix maintenance mode. |
Resolves issue #19682
Pull Request Readiness Checklist