1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-30 07:33:01 +04:00

Revert "Change iterator category to random access"

This reverts commit c4ab8f827e.
This commit is contained in:
HenryLee
2017-06-05 21:59:17 +10:00
parent fb91aa81da
commit c98169d0d5
+1 -1
View File
@@ -8015,7 +8015,7 @@ class basic_json
typename basic_json::const_reference,
typename basic_json::reference>::type;
/// the category of the iterator
using iterator_category = std::random_access_iterator_tag;
using iterator_category = std::bidirectional_iterator_tag;
/// default constructor
iter_impl() = default;