mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-06-15 08:26:08 +08:00
one too many
This commit is contained in:
parent
b1fbfe932a
commit
29bd11571b
@ -363,9 +363,6 @@ from_chars_float_advanced(UC const *first, UC const *last, T &value,
|
|||||||
if fastfloat_unlikely (pns.too_many_digits) {
|
if fastfloat_unlikely (pns.too_many_digits) {
|
||||||
return parse_number_slow_path<T, UC>(first, last, value, options, bjf);
|
return parse_number_slow_path<T, UC>(first, last, value, options, bjf);
|
||||||
}
|
}
|
||||||
#ifdef __clang__
|
|
||||||
#pragma clang diagnostic pop
|
|
||||||
#endif
|
|
||||||
answer.ec = std::errc(); // be optimistic
|
answer.ec = std::errc(); // be optimistic
|
||||||
answer.ptr = pns.lastmatch;
|
answer.ptr = pns.lastmatch;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user