mirror of
https://github.com/nlohmann/json.git
synced 2026-03-08 10:11:25 +00:00
🎨 replace alternative operators (and, not, or)
This commit is contained in:
@@ -272,7 +272,7 @@ TEST_CASE("value conversion")
|
||||
json(json::value_t::null).get<std::vector<json>>(),
|
||||
"[json.exception.type_error.302] type must be array, but is null");
|
||||
|
||||
#if not defined(JSON_NOEXCEPTION)
|
||||
#if !defined(JSON_NOEXCEPTION)
|
||||
SECTION("reserve is called on containers that supports it")
|
||||
{
|
||||
// make sure all values are properly copied
|
||||
|
||||
Reference in New Issue
Block a user