opencv/modules/ml/src
Kumataro 260f511dfb
Merge pull request #26590 from Kumataro:fix26589
Support C++20 standard #26590

Close https://github.com/opencv/opencv/issues/26589
Related https://github.com/opencv/opencv_contrib/pull/3842
Related: https://github.com/opencv/opencv/issues/20269

- do not arithmetic enums and ( different enums or floating numeric) 
- remove unused variable

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-12-17 07:40:27 +03:00
..
ann_mlp.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
boost.cpp Merge pull request #26590 from Kumataro:fix26589 2024-12-17 07:40:27 +03:00
data.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
em.cpp fix legacy constants 2022-01-03 15:08:10 +03:00
gbt.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
inner_functions.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
kdtree.cpp Warning supression fix for XCode 13.1 and newer. Backport #23203 2023-02-06 11:12:05 +03:00
kdtree.hpp removed kdtree declaration from interface 2014-08-31 21:39:47 +04:00
knearest.cpp Merge pull request #18061 from danielenricocahall:fix-kd-tree 2020-09-04 17:01:05 +00:00
lr.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
nbayes.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
precomp.hpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
rtrees.cpp Merge pull request #26590 from Kumataro:fix26589 2024-12-17 07:40:27 +03:00
svm.cpp Merge pull request #26587 from anandkaranubc:fix-nu-svc-parameter-check 2024-12-10 09:21:25 +03:00
svmsgd.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
testset.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
tree.cpp Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00