mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 19:17:36 +08:00
Merge pull request #15037 from hugolm84:noop-noexcept-for-vs13
This commit is contained in:
commit
f5e01f7b49
@ -627,7 +627,7 @@ Cv64suf;
|
|||||||
\****************************************************************************************/
|
\****************************************************************************************/
|
||||||
|
|
||||||
#ifndef CV_NOEXCEPT
|
#ifndef CV_NOEXCEPT
|
||||||
# ifdef CV_CXX11
|
# if defined(CV_CXX11) && (!defined(_MSC_VER) || _MSC_VER > 1800) /* MSVC 2015 and above */
|
||||||
# define CV_NOEXCEPT noexcept
|
# define CV_NOEXCEPT noexcept
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user