mirror of
https://github.com/nlohmann/json.git
synced 2026-02-28 06:16:24 +00:00
🎨 replace alternative operators (and, not, or)
This commit is contained in:
@@ -1072,7 +1072,7 @@ TEST_CASE("element access 2")
|
||||
}
|
||||
}
|
||||
|
||||
#if not defined(JSON_NOEXCEPTION)
|
||||
#if !defined(JSON_NOEXCEPTION)
|
||||
TEST_CASE("element access 2 (throwing tests)")
|
||||
{
|
||||
SECTION("object")
|
||||
|
||||
Reference in New Issue
Block a user