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