Fix accidental change

This commit is contained in:
Kunal Tyagi 2022-06-26 02:01:27 +09:00 committed by GitHub
parent 7a09aec44a
commit f4adc22b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18627,7 +18627,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
detail::parser_callback_t<basic_json>cb = nullptr,
const bool allow_exceptions = true,
const bool ignore_comments = false
)
)
{
return ::nlohmann::detail::parser<basic_json, InputAdapterType>(std::move(adapter),
std::move(cb), allow_exceptions, ignore_comments);