This commit is contained in:
IRainman 2025-04-11 22:56:15 +03:00
parent 563648f76d
commit 0daee75dec

View File

@ -72,7 +72,7 @@ template <typename UC> 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
}