add missing typedef
This commit is contained in:
parent
7278dc2c0a
commit
47fb7942ec
@ -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<basic_json>;
|
||||
using lexer = ::nlohmann::detail::lexer_base<basic_json>;
|
||||
|
||||
template<typename InputAdapterType>
|
||||
static ::nlohmann::detail::parser<LexerType, basic_json, InputAdapterType> parser(
|
||||
|
||||
@ -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<basic_json>;
|
||||
using lexer = ::nlohmann::detail::lexer_base<basic_json>;
|
||||
|
||||
template<typename InputAdapterType>
|
||||
static ::nlohmann::detail::parser<LexerType, basic_json, InputAdapterType> parser(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user