wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.04k stars 605 forks source link

[upstream_utils] Suppress deprecation warnings for Eigen's has_denorm #6619

Closed calcmogul closed 2 months ago

calcmogul commented 2 months ago

std::has_denorm and std::has_denorm_loss were deprecated in C++23. This avoids deprecation warnings with Clang 18 set to C++23.

calcmogul commented 2 months ago

This PR is waiting on feedback from https://gitlab.com/libeigen/eigen/-/merge_requests/1619, but we probably shouldn't wait afterall because the Eigen dev team doesn't review stuff often.