[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

@@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Peter Johnson <johnson.peter@gmail.com>
Date: Fri, 20 Jan 2023 23:41:56 -0800
Subject: [PATCH 2/2] Intellisense fix
Subject: [PATCH 2/3] Intellisense fix
---
Eigen/src/Core/util/ConfigureVectorization.h | 7 +++++++