Ignore allocator hardcoded to match std::map
This commit is contained in:
parent
27aaf6f845
commit
15337b2cc3
3 changed files with 6 additions and 4 deletions
|
|
@ -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>>>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue