mirror of
https://github.com/nlohmann/json.git
synced 2025-07-10 22:00:59 +03:00
still errors...
This commit is contained in:
@ -2604,7 +2604,7 @@ class basic_json
|
||||
// set up RE2C
|
||||
|
||||
|
||||
lexer_start:
|
||||
json_parser_lexer_start:
|
||||
// set current to the begin of the buffer
|
||||
m_begin = m_cursor;
|
||||
|
||||
@ -2774,7 +2774,7 @@ lexer_start:
|
||||
}
|
||||
json_parser_2:
|
||||
{
|
||||
goto lexer_start;
|
||||
goto json_parser_lexer_start;
|
||||
}
|
||||
json_parser_3:
|
||||
++m_cursor;
|
||||
|
Reference in New Issue
Block a user