Merge pull request #15573 from alalek:build_cxx11_warnings

This commit is contained in:
Alexander Alekhin
2019-09-24 22:08:55 +00:00
3 changed files with 16 additions and 9 deletions
@@ -588,6 +588,13 @@ Cv64suf;
# endif
#endif
#ifdef CV_CXX_MOVE_SEMANTICS
#define CV_CXX_MOVE(x) std::move(x)
#else
#define CV_CXX_MOVE(x) (x)
#endif
/****************************************************************************************\
* C++11 std::array *
\****************************************************************************************/