mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
Actually, 19.
This commit is contained in:
parent
288efd35eb
commit
9b102a95ab
@ -61,7 +61,7 @@ struct parsed_number_string {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Assuming that you use no more than 17 digits, this will
|
// Assuming that you use no more than 19 digits, this will
|
||||||
// parse an ASCII string.
|
// parse an ASCII string.
|
||||||
fastfloat_really_inline
|
fastfloat_really_inline
|
||||||
parsed_number_string parse_number_string(const char *p, const char *pend, chars_format fmt) noexcept {
|
parsed_number_string parse_number_string(const char *p, const char *pend, chars_format fmt) noexcept {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user