Michael Lippautz 001c04cc8a Remove <algorithm> include and replace std::min with ternary operators
Replaces uses of std::min with ternary operators in ascii_number.h, digit_comparison.h, and float_common.h to remove the dependency on the <algorithm> header in those files.
2026-04-16 17:17:19 +00:00
..
ascii_number.h Remove <algorithm> include and replace std::min with ternary operators 2026-04-16 17:17:19 +00:00
bigint.h formatted code 2024-12-01 16:39:28 +01:00
constexpr_feature_detect.h adding FASTFLOAT_IF_CONSTEXPR17 2025-03-09 17:10:55 -04:00
decimal_to_binary.h better wording. 2025-02-06 00:16:28 -05:00
digit_comparison.h Remove <algorithm> include and replace std::min with ternary operators 2026-04-16 17:17:19 +00:00
fast_float.h added template overload for integer_times_pow10() 2025-09-18 21:29:25 +03:00
fast_table.h remove out-of-line defns of constexpr static data members under c++17 2024-08-30 10:30:40 -05:00
float_common.h Remove <algorithm> include and replace std::min with ternary operators 2026-04-16 17:17:19 +00:00
parse_number.h lint 2026-03-10 17:06:04 -04:00