mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
📝 update output of meta function
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
"compiler": {
|
||||
"c++": "201103",
|
||||
"family": "clang",
|
||||
"version": "11.0.3 (clang-1103.0.32.62)"
|
||||
"version": "12.0.0 (clang-1200.0.22.19)"
|
||||
},
|
||||
"copyright": "(C) 2013-2017 Niels Lohmann",
|
||||
"copyright": "(C) 2013-2020 Niels Lohmann",
|
||||
"name": "JSON for Modern C++",
|
||||
"platform": "apple",
|
||||
"url": "https://github.com/nlohmann/json",
|
||||
|
@ -344,7 +344,7 @@ class basic_json
|
||||
{
|
||||
basic_json result;
|
||||
|
||||
result["copyright"] = "(C) 2013-2017 Niels Lohmann";
|
||||
result["copyright"] = "(C) 2013-2020 Niels Lohmann";
|
||||
result["name"] = "JSON for Modern C++";
|
||||
result["url"] = "https://github.com/nlohmann/json";
|
||||
result["version"]["string"] =
|
||||
|
@ -16647,7 +16647,7 @@ class basic_json
|
||||
{
|
||||
basic_json result;
|
||||
|
||||
result["copyright"] = "(C) 2013-2017 Niels Lohmann";
|
||||
result["copyright"] = "(C) 2013-2020 Niels Lohmann";
|
||||
result["name"] = "JSON for Modern C++";
|
||||
result["url"] = "https://github.com/nlohmann/json";
|
||||
result["version"]["string"] =
|
||||
|
Reference in New Issue
Block a user