Commit 245c256b authored by Hugo Lindström's avatar Hugo Lindström

Support compiliation for <=VS13

parent 6aa07cdc
...@@ -627,7 +627,7 @@ Cv64suf; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment