Merge branch 'develop' of https://github.com/nlohmann/json into diagnostics

This commit is contained in:
Niels Lohmann
2021-01-08 10:20:34 +01:00
7 changed files with 12 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ TEST_CASE("version information")
json j = json::meta();
CHECK(j["name"] == "JSON for Modern C++");
CHECK(j["copyright"] == "(C) 2013-2020 Niels Lohmann");
CHECK(j["copyright"] == "(C) 2013-2021 Niels Lohmann");
CHECK(j["url"] == "https://github.com/nlohmann/json");
CHECK(j["version"] == json(
{