[upstream_utils] Suppress has_denorm deprecation in Eigen (#6833)

MSVC doesn't yet claim C++23 compliance for c++latest, so we have to be
less specific in the preprocessor check.
This commit is contained in:
Tyler Veness
2024-07-15 14:41:40 -07:00
committed by GitHub
parent 6b9d41182f
commit 5825bf46d8
6 changed files with 93 additions and 19 deletions

View File

@@ -109,6 +109,7 @@ def main():
for f in [
"0001-Disable-warnings.patch",
"0002-Intellisense-fix.patch",
"0003-Suppress-has_denorm-and-has_denorm_loss-deprecation-.patch",
]:
git_am(os.path.join(wpilib_root, "upstream_utils/eigen_patches", f))