From 0f67c5849f03926fd96542fcee6145263f98ea25 Mon Sep 17 00:00:00 2001 From: chenguoping Date: Fri, 5 Jun 2020 10:09:15 +0800 Subject: [PATCH] undo: remove comment --- include/nlohmann/detail/output/output_adapters.hpp | 2 -- single_include/nlohmann/json.hpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/include/nlohmann/detail/output/output_adapters.hpp b/include/nlohmann/detail/output/output_adapters.hpp index 937af6974c..77fe7cc6da 100644 --- a/include/nlohmann/detail/output/output_adapters.hpp +++ b/include/nlohmann/detail/output/output_adapters.hpp @@ -97,8 +97,6 @@ class output_string_adapter : public output_adapter_protocol private: StringType& str; }; -/// dump to alternative string type, as defined in basic_json template -/// see https://github.com/nlohmann/json/pull/1006 template> class output_adapter { diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 553284beb8..b8b1ba46c6 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -12208,8 +12208,6 @@ class output_string_adapter : public output_adapter_protocol private: StringType& str; }; -/// dump to alternative string type, as defined in basic_json template -/// see https://github.com/nlohmann/json/pull/1006 template> class output_adapter {