This commit is contained in:
bogemic 2018-03-02 08:29:02 +00:00 committed by GitHub
commit 15123bd3fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5179,7 +5179,7 @@ class basic_json
// passed iterators must belong to objects // passed iterators must belong to objects
if (JSON_UNLIKELY(not first.m_object->is_object() 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")); JSON_THROW(invalid_iterator::create(202, "iterators first and last must point to objects"));
} }