mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
Deleted extraneous comment.
This commit is contained in:
@ -3267,7 +3267,7 @@ class basic_json
|
|||||||
std::getline(*m_stream, line);
|
std::getline(*m_stream, line);
|
||||||
m_buffer += line;
|
m_buffer += line;
|
||||||
|
|
||||||
m_content = reinterpret_cast<const lexer_char_t*>(m_buffer.c_str()); //reinterpret_cast<lexer_char_t*>(endptr)
|
m_content = reinterpret_cast<const lexer_char_t*>(m_buffer.c_str());
|
||||||
m_start = m_content + offset_start;
|
m_start = m_content + offset_start;
|
||||||
m_marker = m_start + offset_marker;
|
m_marker = m_start + offset_marker;
|
||||||
m_cursor = m_start + offset_cursor;
|
m_cursor = m_start + offset_cursor;
|
||||||
|
Reference in New Issue
Block a user