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:
committed by
Alexander Alekhin
parent
7c96857c02
commit
32772a5436
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user