mirror of
https://github.com/nlohmann/json.git
synced 2026-05-23 06:35:32 +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!