From f4adc22b382e5a5215d7fd5f6e0e396a3c55a972 Mon Sep 17 00:00:00 2001 From: Kunal Tyagi Date: Sun, 26 Jun 2022 02:01:27 +0900 Subject: [PATCH] Fix accidental change --- single_include/nlohmann/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index bc1c1a3a0..bbc6c8a7f 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -18627,7 +18627,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec detail::parser_callback_tcb = nullptr, const bool allow_exceptions = true, const bool ignore_comments = false - ) + ) { return ::nlohmann::detail::parser(std::move(adapter), std::move(cb), allow_exceptions, ignore_comments);