mirror of
https://github.com/nlohmann/json
synced 2025-01-05 23:21:06 +00:00
pvs_studio fix. misprinted condition
This commit is contained in:
parent
8d104e6fe3
commit
2a2ed799b1
@ -5179,7 +5179,7 @@ class basic_json
|
||||
|
||||
// passed iterators must belong to objects
|
||||
if (JSON_UNLIKELY(not first.m_object->is_object()
|
||||
or not first.m_object->is_object()))
|
||||
or not last.m_object->is_object()))
|
||||
{
|
||||
JSON_THROW(invalid_iterator::create(202, "iterators first and last must point to objects"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user