mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
added default value
This commit is contained in:
@ -8991,7 +8991,7 @@ basic_json_parser_63:
|
||||
/// current level of recursion
|
||||
int depth = 0;
|
||||
/// callback function
|
||||
const parser_callback_t callback;
|
||||
const parser_callback_t callback = nullptr;
|
||||
/// the type of the last read token
|
||||
typename lexer::token_type last_token = lexer::token_type::uninitialized;
|
||||
/// the lexer
|
||||
|
Reference in New Issue
Block a user