mirror of
https://github.com/nlohmann/json
synced 2025-01-08 08:20:16 +00:00
Deleted extraneous comment.
This commit is contained in:
parent
e4cc42cf81
commit
e3e18d7b85
@ -3267,7 +3267,7 @@ class basic_json
|
||||
std::getline(*m_stream, 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_marker = m_start + offset_marker;
|
||||
m_cursor = m_start + offset_cursor;
|
||||
|
Loading…
Reference in New Issue
Block a user