mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
# format
This commit is contained in:
parent
563648f76d
commit
0daee75dec
@ -72,7 +72,7 @@ template <typename UC> struct parse_options_t {
|
|||||||
int const b = 10) noexcept
|
int const b = 10) noexcept
|
||||||
: format(fmt), decimal_point(dot), base(uint8_t(b)) {
|
: format(fmt), decimal_point(dot), base(uint8_t(b)) {
|
||||||
#ifdef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
|
#ifdef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
|
||||||
//static_assert(b >= 2 && b <= 36);
|
// static_assert(b >= 2 && b <= 36);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user