Deleted extraneous comment.

This commit is contained in:
Aaron Burghardt 2015-02-27 20:31:03 -05:00
parent e4cc42cf81
commit e3e18d7b85

View file

@ -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;