update4 fp check (#1524)

This commit is contained in:
David Markowitz 2024-03-31 19:46:51 -07:00 committed by GitHub
parent 884a41f36a
commit c1c5db6593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,7 +166,7 @@ namespace GeneralUtils {
return isParsed ? static_cast<T>(result) : std::optional<T>{};
}
#ifdef DARKFLAME_PLATFORM_MACOS
#if !(__GNUC__ >= 11 || _MSC_VER >= 1924)
// MacOS floating-point parse helper function specializations
namespace details {