mirror of
https://github.com/nlohmann/json.git
synced 2026-07-27 14:13:04 +04:00
5c813b614f
Iterators are now implemented via const_iterators and reverse_iterator and const_reverse_iterator now share a template class. Thanks a lot!