number test cases
This commit is contained in:
parent
463c38df60
commit
f1bd206994
3 changed files with 31 additions and 7 deletions
|
@ -3207,7 +3207,6 @@ json_parser_62:
|
|||
// check if strtod read beyond the end of the lexem
|
||||
if (endptr != m_cursor)
|
||||
{
|
||||
std::cerr << get_string_value() << std::endl;
|
||||
return NAN;
|
||||
}
|
||||
else
|
||||
|
|
|
@ -2566,7 +2566,6 @@ class basic_json
|
|||
// check if strtod read beyond the end of the lexem
|
||||
if (endptr != m_cursor)
|
||||
{
|
||||
std::cerr << get_string_value() << std::endl;
|
||||
return NAN;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue