From 78cc0f11cda4d33ceccd3f34e08223dd8b0a589f Mon Sep 17 00:00:00 2001 From: Francois Chabot Date: Tue, 22 Jan 2019 14:42:39 -0500 Subject: [PATCH] Corrected erroneous comment about string literals --- include/nlohmann/detail/input/input_adapters.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/detail/input/input_adapters.hpp b/include/nlohmann/detail/input/input_adapters.hpp index 386fd0ea2..949b8397c 100644 --- a/include/nlohmann/detail/input/input_adapters.hpp +++ b/include/nlohmann/detail/input/input_adapters.hpp @@ -347,7 +347,7 @@ class input_adapter // derived support - /// input adapter for string literal + /// input adapter for null-terminated strings template::value and diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 15c49302d..24b35e60d 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -2502,7 +2502,7 @@ class input_adapter // derived support - /// input adapter for string literal + /// input adapter for null-terminated strings template::value and