From ad2b4ff23bf47d4cddb71802d1c1bd17a99a3990 Mon Sep 17 00:00:00 2001 From: chenguoping Date: Fri, 5 Jun 2020 14:23:00 +0800 Subject: [PATCH] recover original blank line --- include/nlohmann/detail/output/output_adapters.hpp | 1 + single_include/nlohmann/json.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/nlohmann/detail/output/output_adapters.hpp b/include/nlohmann/detail/output/output_adapters.hpp index 77fe7cc6..71ca65b9 100644 --- a/include/nlohmann/detail/output/output_adapters.hpp +++ b/include/nlohmann/detail/output/output_adapters.hpp @@ -97,6 +97,7 @@ class output_string_adapter : public output_adapter_protocol private: StringType& str; }; + template> class output_adapter { diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index b8b1ba46..7a1aacb5 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -12208,6 +12208,7 @@ class output_string_adapter : public output_adapter_protocol private: StringType& str; }; + template> class output_adapter {