mirror of
https://github.com/nlohmann/json.git
synced 2026-07-20 01:14:55 +00:00
number test cases
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user