Add missing spaces
This commit is contained in:
parent
715c98b404
commit
992c836b30
1 changed files with 4 additions and 4 deletions
|
@ -7606,10 +7606,10 @@ class basic_json
|
||||||
using object_comparator_t = std::less<StringType>;
|
using object_comparator_t = std::less<StringType>;
|
||||||
#endif
|
#endif
|
||||||
using object_t = ObjectType<StringType,
|
using object_t = ObjectType<StringType,
|
||||||
basic_json,
|
basic_json,
|
||||||
object_comparator_t,
|
object_comparator_t,
|
||||||
AllocatorType<std::pair<const StringType,
|
AllocatorType<std::pair<const StringType,
|
||||||
basic_json>>>;
|
basic_json>>>;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@brief a type for an array
|
@brief a type for an array
|
||||||
|
|
Loading…
Reference in a new issue