From f62b4626be3bef408b94c67330d5f5c4606512c8 Mon Sep 17 00:00:00 2001 From: gatopeich Date: Thu, 9 Jul 2020 21:12:11 +0100 Subject: [PATCH] Removing comment about AllocatorType per review request --- include/nlohmann/json.hpp | 4 ++-- single_include/nlohmann/json.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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