From 0f35c88a37e24851a8169cbca90162d9637facc9 Mon Sep 17 00:00:00 2001 From: Alex Fishgait Date: Mon, 9 Oct 2023 11:35:05 +0200 Subject: [PATCH] remove comment --- include/nlohmann/json.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 6ffa8b867..7a1c8ac71 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -129,7 +129,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec using lexer = ::nlohmann::detail::lexer_base; template - static ::nlohmann::detail::parser, AllocatorType> parser( //alex + static ::nlohmann::detail::parser, AllocatorType> parser( InputAdapterType adapter, detail::parser_callback_tcb = nullptr, const bool allow_exceptions = true, diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index de0380586..aad80d440 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -19347,7 +19347,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec using lexer = ::nlohmann::detail::lexer_base; template - static ::nlohmann::detail::parser, AllocatorType> parser( //alex + static ::nlohmann::detail::parser, AllocatorType> parser( InputAdapterType adapter, detail::parser_callback_tcb = nullptr, const bool allow_exceptions = true,