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:
authorArthurSonzogni <sonzogniarthur@gmail.com>2020-05-01 15:23:46 +0300
committerArthurSonzogni <sonzogniarthur@gmail.com>2020-05-01 15:23:46 +0300
commitd2ef27316ef4b1d9983aa1315344f1eaaad25143 (patch)
tree14c041ddf055e9e91f3fb0ab2f8100d17b267c86
parent74fdb5edea87ca38c1a4df6aad505059d735b9f4 (diff)
Upstream release v2.0.5
-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