Commit c4ab8f82 authored by HenryLee's avatar HenryLee

Change iterator category to random access

parent daea213b
......@@ -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::bidirectional_iterator_tag;
using iterator_category = std::random_access_iterator_tag;
/// default constructor
iter_impl() = default;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment