From 5e7936a02a5a97ef59863cac3c9134fb1a2f8eea Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Tue, 18 Aug 2026 00:06:53 +0300 Subject: [PATCH] cleanup --- include/fast_float/float_common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 4eed947..1c252ca 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -1,9 +1,7 @@ #ifndef FASTFLOAT_FLOAT_COMMON_H #define FASTFLOAT_FLOAT_COMMON_H -#ifndef FASTFLOAT_ONLY_ROUNDS_TO_NEAREST_SUPPORTED #include -#endif #include #include #include @@ -494,11 +492,9 @@ fastfloat_strncasecmp(UC const *actual_mixedcase, UC const *expected_lowercase, #endif -#ifndef FASTFLOAT_ONLY_ROUNDS_TO_NEAREST_SUPPORTED #ifndef FLT_EVAL_METHOD #error "FLT_EVAL_METHOD should be defined, please include cfloat." #endif -#endif // a pointer and a length to a contiguous block of memory template struct span {