mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
compilation fix
This commit is contained in:
parent
568dfef204
commit
2f8ff9a6eb
@ -76,8 +76,8 @@ using from_chars_result = from_chars_result_t<char>;
|
||||
|
||||
template <typename UC> struct parse_options_t {
|
||||
constexpr explicit parse_options_t(
|
||||
chars_format const fmt = chars_format::general, UC const dot = UC('.'),
|
||||
chars_format_t const b = 10) noexcept
|
||||
chars_format_t const fmt = chars_format::general, UC const dot = UC('.'),
|
||||
uint_fast8_t const b = 10) noexcept
|
||||
: format(fmt), decimal_point(dot),
|
||||
base(b){
|
||||
#ifdef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user