Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/nlohmann/json.hpp')
-rw-r--r--include/nlohmann/json.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp
index fd548c2..8469a49 100644
--- a/include/nlohmann/json.hpp
+++ b/include/nlohmann/json.hpp
@@ -1,7 +1,7 @@
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
-| | |__ | | | | | | version 2.0.4
+| | |__ | | | | | | version 2.0.5
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
@@ -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