Skip to content

Commit

Permalink
Fix failure to compile for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Apr 1, 2024
1 parent a4cd65c commit 9ae8f34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/ccmath/math/basic/impl/nan_double_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace ccm::internal
return std::numeric_limits<double>::quiet_NaN(); // Default NaN
}


// NOLINTBEGIN

// Check for a hex prefix and if its detected, skip the prefix and set the flag.
Expand All @@ -51,7 +50,6 @@ namespace ccm::internal
// This is a patch to fix that issue.

// Check that the last character is 1 and no other characters have been provided other than zero.
if
msvc_one_digit_patch = true;
#endif

Expand Down

0 comments on commit 9ae8f34

Please sign in to comment.