mirror of
https://github.com/nlohmann/json.git
synced 2025-07-25 13:41:56 +03:00
fixes #310
This commit is contained in:
@ -8614,7 +8614,7 @@ basic_json_parser_63:
|
||||
std::string line;
|
||||
std::getline(*m_stream, line);
|
||||
// add line with newline symbol to the line buffer
|
||||
m_line_buffer += "\n" + line;
|
||||
m_line_buffer += line + "\n";
|
||||
}
|
||||
|
||||
// set pointers
|
||||
|
Reference in New Issue
Block a user