1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Support compiliation for <=VS13

This commit is contained in:
Hugo Lindström
2019-07-12 19:01:47 +02:00
parent 6aa07cdc7e
commit 245c256b1c
+1 -1
View File
@@ -627,7 +627,7 @@ Cv64suf;
\****************************************************************************************/
#ifndef CV_NOEXCEPT
# ifdef CV_CXX11
# if defined(CV_CXX11) && (!defined(_MSC_VER) || _MSC_VER > 1800) /* MSVC 2015 and above */
# define CV_NOEXCEPT noexcept
# endif
#endif