removed unnecessary code (numbers must not begin with "+")
This commit is contained in:
parent
688cd49bdc
commit
85a30813c8
4 changed files with 5 additions and 9 deletions
src
|
@ -8448,10 +8448,6 @@ basic_json_parser_63:
|
|||
{
|
||||
type = value_t::number_unsigned;
|
||||
max = static_cast<uint64_t>(std::numeric_limits<number_unsigned_t>::max());
|
||||
if (*curptr == '+')
|
||||
{
|
||||
curptr++;
|
||||
}
|
||||
}
|
||||
|
||||
// count the significant figures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue