mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 06:29:03 +08:00
7d361ec8ef
* Add overloads for more key types to ordered_map Add overloads to accept additional key types defined by type trait detail::is_usable_as_key_type to ordered_map. The same key types that can be used with json can now also be used with ordered_json. * Fix ordered_map::erase(first, last) with first == last * Modify element access unit test to also test ordered_json |
||
---|---|---|
.. | ||
json.hpp |