mirror of
https://github.com/nlohmann/json.git
synced 2026-03-29 04:12:47 +00:00
Ignore allocator hardcoded to match std::map
This commit is contained in:
@@ -496,6 +496,7 @@ class basic_json
|
||||
using object_t = ObjectType<StringType,
|
||||
basic_json,
|
||||
object_comparator_t,
|
||||
// TODO: AllocatorType<ObjectType::value_type>
|
||||
AllocatorType<std::pair<const StringType,
|
||||
basic_json>>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user