From 0daee75decddbad3903da2e485d7c23339e0f0d5 Mon Sep 17 00:00:00 2001 From: IRainman Date: Fri, 11 Apr 2025 22:56:15 +0300 Subject: [PATCH] # format --- include/fast_float/float_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 8ada34d..2ca4f3a 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -72,7 +72,7 @@ template struct parse_options_t { int const b = 10) noexcept : format(fmt), decimal_point(dot), base(uint8_t(b)) { #ifdef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN - //static_assert(b >= 2 && b <= 36); + // static_assert(b >= 2 && b <= 36); #endif }