1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-31 10:24:23 +03:00

📝 small update to pass test suite

This commit is contained in:
Niels Lohmann
2018-10-05 08:58:38 +02:00
parent b911654857
commit cd518fbbab

View File

@ -2,7 +2,7 @@
"compiler": { "compiler": {
"c++": "201103", "c++": "201103",
"family": "clang", "family": "clang",
"version": "9.1.0 (clang-902.0.39.2)" "version": "10.0.0 (clang-1000.10.43.1)"
}, },
"copyright": "(C) 2013-2017 Niels Lohmann", "copyright": "(C) 2013-2017 Niels Lohmann",
"name": "JSON for Modern C++", "name": "JSON for Modern C++",