Commit 71496e3b authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix build error on Visual Studio 2012

parent dcb3c4ff
......@@ -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