Commit d66105ad authored by GitHub Actions's avatar GitHub Actions
Browse files

Upstream release v2.0.5

parent 20676cc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ include(FetchContent)

FetchContent_Declare(json
  GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json
  GIT_TAG v2.0.4)
  GIT_TAG v2.0.5)

FetchContent_GetProperties(json)
if(NOT json_POPULATED)
+2 −2
Original line number Diff line number Diff line
/*
    __ _____ _____ _____
 __|  |   __|     |   | |  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