mirror of
https://github.com/nlohmann/json.git
synced 2026-03-04 00:06:28 +00:00
Using ordered_json instead of fifo_map in test-regression
This is more comprehensive and the "my_workaround_fifo_map" wrapper does not allow to infer value type as required in this branch.
This reverts commit 064a9c9212.
This commit is contained in:
@@ -496,9 +496,7 @@ class basic_json
|
||||
using object_t = ObjectType<StringType,
|
||||
basic_json,
|
||||
object_comparator_t,
|
||||
// Note: instantiating ObjectType with dummy allocator to extract ::value_type
|
||||
AllocatorType<typename ObjectType<StringType, basic_json, object_comparator_t, AllocatorType<int>
|
||||
>::value_type>>;
|
||||
AllocatorType<typename ObjectType<StringType, basic_json>::value_type>>;
|
||||
|
||||
/*!
|
||||
@brief a type for an array
|
||||
|
||||
Reference in New Issue
Block a user