mirror of
https://github.com/nlohmann/json.git
synced 2025-08-07 18:02:57 +03:00
Revert "Using ordered_json instead of fifo_map in test-regression"
This reverts commit 5fe3d3929a
.
This commit is contained in:
@@ -496,7 +496,9 @@ class basic_json
|
||||
using object_t = ObjectType<StringType,
|
||||
basic_json,
|
||||
object_comparator_t,
|
||||
AllocatorType<typename ObjectType<StringType, basic_json>::value_type>>;
|
||||
// Note: instantiating ObjectType with dummy allocator to extract ::value_type
|
||||
AllocatorType<typename ObjectType<StringType, basic_json, object_comparator_t, AllocatorType<int>
|
||||
>::value_type>>;
|
||||
|
||||
/*!
|
||||
@brief a type for an array
|
||||
|
Reference in New Issue
Block a user