fix build error on Visual Studio 2012

pull/9206/head
Tomoaki Teshima 8 years ago
parent dcb3c4ff1e
commit 71496e3be4
  1. 2
      modules/core/include/opencv2/core/cvdef.h

@ -375,7 +375,7 @@ Cv64suf;
* C++ 11 * * C++ 11 *
\****************************************************************************************/ \****************************************************************************************/
#ifndef CV_CXX11 #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 # define CV_CXX11 1
# endif # endif
#else #else

Loading…
Cancel
Save