mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
backport: fixed warnings produced by clang-9.0.0
ea3dc78986
https://github.com/opencv/opencv_contrib/commit/83fc27cb99db4435d07974090fbdc77d831931cd
This commit is contained in:
committed by
Alexander Alekhin
parent
c4d2e3c0b3
commit
c8abf2ad14
@@ -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