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

3.4: backported changes from 'master' branch

This commit is contained in:
Alexander Alekhin
2019-07-18 19:40:23 +00:00
committed by Alexander Alekhin
parent 7c96857c02
commit 32772a5436
4 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ Cv64suf;
\****************************************************************************************/
#ifndef CV_NOEXCEPT
# if defined(CV_CXX11) && (!defined(_MSC_VER) || _MSC_VER > 1800) /* MSVC 2015 and above */
# if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1900/*MSVS 2015*/)
# define CV_NOEXCEPT noexcept
# endif
#endif