Merge pull request #9206 from tomoaki0705:fixC11VS2012

pull/9213/head
Alexander Alekhin 7 years ago
commit 928552ac9e
  1. 2
      modules/core/include/opencv2/core/cvdef.h

@ -375,7 +375,7 @@ Cv64suf;
* C++ 11 *
\****************************************************************************************/
#ifndef CV_CXX11
# if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1600)
# if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1800)
# define CV_CXX11 1
# endif
#else

Loading…
Cancel
Save