mirror of
https://github.com/nlohmann/json.git
synced 2026-05-02 12:35:23 +00:00
* Make iteration_proxy_value model forward_iterator * Amalgamate * Suppress tidy warning
This commit is contained in:
@@ -171,7 +171,7 @@ TEST_CASE("README" * doctest::skip())
|
||||
|
||||
// find an entry
|
||||
CHECK(o.find("foo") != o.end());
|
||||
if (o.find("foo") != o.end())
|
||||
if (o.find("foo") != o.end()) // NOLINT(readability-container-contains)
|
||||
{
|
||||
// there is an entry with key "foo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user