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

Purged old commented-out code.

上级 b66c306d
......@@ -3468,16 +3468,6 @@ class basic_json
/// a parser reading from an input stream
inline parser(std::istream& _is) : m_lexer(&_is)
{
// while (_is)
// {
// string_t input_line;
// std::getline(_is, input_line);
// m_buffer += input_line;
// }
// initializer lexer
// m_lexer = std::move(lexer(_is));
// read first token
get_token();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册