Skip to content

Commit

Permalink
update4 fp check (DarkflameUniverse#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC authored Apr 1, 2024
1 parent 884a41f commit c1c5db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dCommon/GeneralUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c1c5db6

Please sign in to comment.