Commit 928552ac authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #9206 from tomoaki0705:fixC11VS2012

parents ab58cac2 71496e3b
......@@ -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
......
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