diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index c85147b3c..15921726e 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -496,8 +496,8 @@ class basic_json using object_t = ObjectType>>; + AllocatorType>>; /*! @brief a type for an array diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index a944799ca..0b19ea457 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -16363,8 +16363,8 @@ class basic_json using object_t = ObjectType>>; + AllocatorType>>; /*! @brief a type for an array