opencv/doc/tutorials/core
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
..
adding_images fix 4.x links 2021-12-22 13:24:30 +00:00
basic_linear_transform fix 4.x links 2021-12-22 13:24:30 +00:00
discrete_fourier_transform fix 4.x links 2021-12-22 13:24:30 +00:00
file_input_output_with_xml_yml fix 4.x links 2021-12-22 13:24:30 +00:00
how_to_scan_images fix 4.x links 2021-12-22 13:24:30 +00:00
how_to_use_OpenCV_parallel_for_ Merge pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
how_to_use_OpenCV_parallel_for_new Fix typos in tutorials within docs/ 2022-03-17 16:06:54 -04:00
mat_the_basic_image_container fix 4.x links 2021-12-22 13:24:30 +00:00
mat-mask-operations fix 4.x links 2021-12-22 13:24:30 +00:00
univ_intrin Merge pull request #24521 from dkurt:fix_broken_urls 2023-11-11 09:06:10 +03:00
mat_operations.markdown Added TOC to most of tutorials 2020-12-07 19:13:54 +03:00
table_of_content_core.markdown Merge pull request #20361 from r0hit2005:master 2021-09-15 19:50:49 +03:00