1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00
Files
opencv/samples/cpp
Sean McBride e64857c561 Merge pull request #23736 from seanm:c++11-simplifications
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>
2024-01-19 16:53:08 +03:00
..
2022-07-12 19:42:39 +09:00
2019-09-05 01:10:51 +03:00
2018-11-16 18:08:22 +00:00
2021-09-11 23:58:14 +03:00
2020-07-23 20:09:37 +03:00
2019-09-05 01:10:51 +03:00
2021-12-22 13:24:30 +00:00
2019-09-05 01:10:51 +03:00
2019-09-20 18:03:26 +03:00
2019-09-20 18:03:26 +03:00
2021-12-22 13:24:30 +00:00
2023-03-15 21:30:26 +08:00
2022-07-02 00:56:10 +03:00
2019-09-05 01:10:51 +03:00
2020-07-23 20:09:37 +03:00
2021-10-01 16:23:16 +03:00
2021-12-22 13:24:30 +00:00
2018-11-16 18:08:22 +00:00
2016-07-07 09:29:41 +02:00
2018-11-16 18:08:22 +00:00
2019-09-05 01:10:51 +03:00
2016-12-15 15:39:47 +03:00
2019-09-05 01:10:51 +03:00
2019-09-05 01:10:51 +03:00
2020-08-20 12:20:25 +02:00
2023-02-07 01:19:00 +03:00