🚧 fixed more warnings

This commit is contained in:
Niels Lohmann
2017-02-22 18:14:29 +01:00
parent 345a106d73
commit 8cec55a271
10 changed files with 82 additions and 30 deletions

View File

@@ -163,7 +163,7 @@ TEST_CASE("README", "[hide]")
j.clear(); // the array is empty again
// comparison
j == "[\"foo\", 1, true]"_json; // true
bool x = (j == "[\"foo\", 1, true]"_json); // true
// create an object
json o;