fixed the build

This commit is contained in:
Niels 2015-07-30 23:02:55 +02:00
parent 8eb32084b4
commit c974e32677
2 changed files with 2 additions and 2 deletions

View file

@ -4972,7 +4972,7 @@ class basic_json
/// defines a reference to the type iterated over (value_type)
using reference = typename basic_json::const_reference;
/// the category of the iterator
using iterator_category = std::random_access_iterator_tag;
using iterator_category = std::bidirectional_iterator_tag;
/// default constructor
const_iterator() = default;

View file

@ -4972,7 +4972,7 @@ class basic_json
/// defines a reference to the type iterated over (value_type)
using reference = typename basic_json::const_reference;
/// the category of the iterator
using iterator_category = std::random_access_iterator_tag;
using iterator_category = std::bidirectional_iterator_tag;
/// default constructor
const_iterator() = default;