We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288efd3 commit 9b102a9Copy full SHA for 9b102a9
include/fast_float/ascii_number.h
@@ -61,7 +61,7 @@ struct parsed_number_string {
61
};
62
63
64
-// Assuming that you use no more than 17 digits, this will
+// Assuming that you use no more than 19 digits, this will
65
// parse an ASCII string.
66
fastfloat_really_inline
67
parsed_number_string parse_number_string(const char *p, const char *pend, chars_format fmt) noexcept {
0 commit comments