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
|
@ -7758,10 +7758,6 @@ class basic_json
|
|||
{
|
||||
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