Merge pull request #14142 from mshabunin:fix-c-api-3.4

This commit is contained in:
Alexander Alekhin
2019-03-25 18:58:28 +00:00
+1 -1
View File
@@ -565,7 +565,7 @@ Cv64suf;
\****************************************************************************************/
#ifndef CV_CXX_STD_ARRAY
# if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1900/*MSVS 2015*/)
# if __cplusplus >= 201103L || (defined(__cplusplus) && defined(_MSC_VER) && _MSC_VER >= 1900/*MSVS 2015*/)
# define CV_CXX_STD_ARRAY 1
# include <array>
# endif