diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 25b3b2c1b..ce2f51b53 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -199,7 +199,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec JSON_PRIVATE_UNLESS_TESTED: // convenience aliases for types residing in namespace detail; - // using lexer = ::nlohmann::detail::lexer_base; + using lexer = ::nlohmann::detail::lexer_base; template static ::nlohmann::detail::parser parser( diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index c60e7df21..f34f855fb 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -17784,7 +17784,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec JSON_PRIVATE_UNLESS_TESTED: // convenience aliases for types residing in namespace detail; - // using lexer = ::nlohmann::detail::lexer_base; + using lexer = ::nlohmann::detail::lexer_base; template static ::nlohmann::detail::parser parser(