1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-09 11:01:47 +03:00

number test cases

This commit is contained in:
Niels
2015-02-11 11:36:45 +01:00
parent 463c38df60
commit f1bd206994
3 changed files with 31 additions and 7 deletions

View File

@ -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