提交 e3e18d7b 编写于 作者: A Aaron Burghardt

Deleted extraneous comment.

上级 e4cc42cf
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册