mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
Purged old commented-out code.
This commit is contained in:
@ -3468,16 +3468,6 @@ class basic_json
|
|||||||
/// a parser reading from an input stream
|
/// a parser reading from an input stream
|
||||||
inline parser(std::istream& _is) : m_lexer(&_is)
|
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
|
// read first token
|
||||||
get_token();
|
get_token();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user