Commit f62b4626 authored by gatopeich's avatar gatopeich

Removing comment about AllocatorType per review request

parent 0eb7b0a9
...@@ -496,8 +496,8 @@ class basic_json ...@@ -496,8 +496,8 @@ class basic_json
using object_t = ObjectType<StringType, using object_t = ObjectType<StringType,
basic_json, basic_json,
object_comparator_t, object_comparator_t,
// Note: this forces object_t::value_type to match std::map's 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
......
...@@ -16363,8 +16363,8 @@ class basic_json ...@@ -16363,8 +16363,8 @@ class basic_json
using object_t = ObjectType<StringType, using object_t = ObjectType<StringType,
basic_json, basic_json,
object_comparator_t, object_comparator_t,
// Note: this forces object_t::value_type to match std::map's 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment