From c1c5db6593ea74b6482f044450ea48414c4d04b7 Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Sun, 31 Mar 2024 19:46:51 -0700 Subject: [PATCH] update4 fp check (#1524) --- dCommon/GeneralUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dCommon/GeneralUtils.h b/dCommon/GeneralUtils.h index c3422b05..d502f55a 100644 --- a/dCommon/GeneralUtils.h +++ b/dCommon/GeneralUtils.h @@ -166,7 +166,7 @@ namespace GeneralUtils { return isParsed ? static_cast(result) : std::optional{}; } -#ifdef DARKFLAME_PLATFORM_MACOS +#if !(__GNUC__ >= 11 || _MSC_VER >= 1924) // MacOS floating-point parse helper function specializations namespace details {