mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 02:23:23 +08:00
![]() Removed all pre-C++11 code, workarounds, and branches #23736 This removes a bunch of pre-C++11 workrarounds that are no longer necessary as C++11 is now required. It is a nice clean up and simplification. * No longer unconditionally #include <array> in cvdef.h, include explicitly where needed * Removed deprecated CV_NODISCARD, already unused in the codebase * Removed some pre-C++11 workarounds, and simplified some backwards compat defines * Removed CV_CXX_STD_ARRAY * Removed CV_CXX_MOVE_SEMANTICS and CV_CXX_MOVE * Removed all tests of CV_CXX11, now assume it's always true. This allowed removing a lot of dead code. * Updated some documentation consequently. * Removed all tests of CV_CXX11, now assume it's always true * Fixed links. --------- Co-authored-by: Maksim Shabunin <maksim.shabunin@gmail.com> Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai> |
||
---|---|---|
.. | ||
typing_stubs_generation | ||
copy_typings_stubs_on_success.py | ||
cv2_convert.cpp | ||
cv2_convert.hpp | ||
cv2_highgui.cpp | ||
cv2_highgui.hpp | ||
cv2_numpy.cpp | ||
cv2_numpy.hpp | ||
cv2_util.cpp | ||
cv2_util.hpp | ||
cv2.cpp | ||
cv2.hpp | ||
gen2.py | ||
hdr_parser.py | ||
pycompat.hpp | ||
typing_stubs_generator.py |