Removing comment about AllocatorType per review request

This commit is contained in:
gatopeich 2020-07-09 21:12:11 +01:00
parent 0eb7b0a991
commit f62b4626be
2 changed files with 4 additions and 4 deletions

View file

@ -496,8 +496,8 @@ class basic_json
using object_t = ObjectType<StringType,
basic_json,
object_comparator_t,
// Note: this forces object_t::value_type to match std::map's
AllocatorType<std::pair<const StringType, basic_json>>>;
AllocatorType<std::pair<const StringType,
basic_json>>>;
/*!
@brief a type for an array

View file

@ -16363,8 +16363,8 @@ class basic_json
using object_t = ObjectType<StringType,
basic_json,
object_comparator_t,
// Note: this forces object_t::value_type to match std::map's
AllocatorType<std::pair<const StringType, basic_json>>>;
AllocatorType<std::pair<const StringType,
basic_json>>>;
/*!
@brief a type for an array