mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 22:52:47 +08:00
lindt unfck
This commit is contained in:
parent
5721996a33
commit
068e36510b
@ -304,7 +304,7 @@ using parsed_number_string = parsed_number_string_t<char>;
|
||||
|
||||
// Helper for error creating
|
||||
template <typename UC>
|
||||
fastfloat_really_inline FASTFLOAT_CONSTEXPR20 parsed_number_string_t<UC>&
|
||||
fastfloat_really_inline FASTFLOAT_CONSTEXPR20 parsed_number_string_t<UC> &
|
||||
report_parse_error(parsed_number_string_t<UC> &answer, UC const *p,
|
||||
parse_error error) noexcept {
|
||||
answer.invalid = true;
|
||||
@ -581,7 +581,8 @@ parse_number_string(UC const *p, UC const *pend,
|
||||
}
|
||||
answer.exponent = am_pow_t(answer.fraction.ptr - p) + exp_number;
|
||||
}
|
||||
// We have now corrected both exponent and mantissa, to a truncated value
|
||||
// We have now corrected both exponent and mantissa, to a truncated
|
||||
// value
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user