From 9ae8f3468ab4dfa5b9169c8459c3bc7201c37a04 Mon Sep 17 00:00:00 2001 From: Rinzii Date: Mon, 1 Apr 2024 00:47:38 -0400 Subject: [PATCH] Fix failure to compile for msvc --- include/ccmath/math/basic/impl/nan_double_impl.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ccmath/math/basic/impl/nan_double_impl.hpp b/include/ccmath/math/basic/impl/nan_double_impl.hpp index fc00a114..1ba56b6e 100644 --- a/include/ccmath/math/basic/impl/nan_double_impl.hpp +++ b/include/ccmath/math/basic/impl/nan_double_impl.hpp @@ -33,7 +33,6 @@ namespace ccm::internal return std::numeric_limits::quiet_NaN(); // Default NaN } - // NOLINTBEGIN // Check for a hex prefix and if its detected, skip the prefix and set the flag. @@ -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