forgot to make re2c
This commit is contained in:
parent
223793caa0
commit
fbcf15098f
@ -8253,8 +8253,6 @@ basic_json_parser_63:
|
||||
++trailing_zeros;
|
||||
else if((c > '0' and c <= '9') or c == '-')
|
||||
break;
|
||||
else
|
||||
throw std::logic_error("unexpected character: "+std::to_string(c));
|
||||
}
|
||||
precision -= (trailing_zeros + 1);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user