mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
Removed duplicate m_marker updates in YYFILL macro.
This commit is contained in:
@ -3191,7 +3191,7 @@ class basic_json
|
|||||||
// remember the begin of the token
|
// remember the begin of the token
|
||||||
m_start = m_cursor;
|
m_start = m_cursor;
|
||||||
|
|
||||||
#define YYFILL(n) { size_t offset_marker = m_marker - m_start; yyfill(n); m_marker = m_start + offset_marker; }
|
#define YYFILL(n) { yyfill(n); }
|
||||||
|
|
||||||
/*!re2c
|
/*!re2c
|
||||||
re2c:define:YYCTYPE = lexer_char_t;
|
re2c:define:YYCTYPE = lexer_char_t;
|
||||||
|
Reference in New Issue
Block a user