We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab58cac + 71496e3 commit 928552aCopy full SHA for 928552a
modules/core/include/opencv2/core/cvdef.h
@@ -375,7 +375,7 @@ Cv64suf;
375
* C++ 11 *
376
\****************************************************************************************/
377
#ifndef CV_CXX11
378
-# if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1600)
+# if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1800)
379
# define CV_CXX11 1
380
# endif
381
#else
0 commit comments