提交 992c836b 编写于 作者: J Jamie Seward

Add missing spaces

上级 715c98b4
...@@ -7606,10 +7606,10 @@ class basic_json ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册