did make amalgamate

This commit is contained in:
Mike Bogdanov 2018-03-02 11:47:35 +03:00
parent 2a2ed799b1
commit fd30ad8a14

View file

@ -14777,7 +14777,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"));
}