mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #15573 from alalek:build_cxx11_warnings
This commit is contained in:
@@ -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 *
|
||||
\****************************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user