json/include/nlohmann
Florian Albrechtskirchinger 7d361ec8ef
Add overloads for more key types to ordered_map and fix ordered_map::erase(first, last) with first == last (#3564)
* 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
2022-07-04 19:58:19 +02:00
..
detail Add overloads for more key types to ordered_map and fix ordered_map::erase(first, last) with first == last (#3564) 2022-07-04 19:58:19 +02:00
thirdparty/hedley 🚨 add new CI and fix warnings (#2561) 2021-03-24 07:15:18 +01:00
adl_serializer.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
byte_container_with_subtype.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
json_fwd.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
json.hpp Add overloads for more key types to ordered_map and fix ordered_map::erase(first, last) with first == last (#3564) 2022-07-04 19:58:19 +02:00
ordered_map.hpp Add overloads for more key types to ordered_map and fix ordered_map::erase(first, last) with first == last (#3564) 2022-07-04 19:58:19 +02:00