From b370ee2976a32e81572a62e53f01952e8343d246 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 29 Sep 2025 15:05:33 -0400 Subject: [PATCH] lint --- include/fast_float/float_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 3f3aa57..bd930b9 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -1246,7 +1246,6 @@ constexpr chars_format adjust_for_feature_macros(chars_format fmt) { } } // namespace detail - #ifdef __STDCPP_FLOAT64_T__ template <> struct binary_format : public binary_format {};