mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +03:00
removed unnecessary code (numbers must not begin with "+")
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user