mirror of
https://github.com/nlohmann/json
synced 2024-11-15 00:31:05 +00:00
parent
7126d88803
commit
e8dbd7be86
@ -18145,9 +18145,8 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
||||
}));
|
||||
}
|
||||
JSON_CATCH(...) {} // LCOV_EXCL_LINE
|
||||
#else
|
||||
static_cast<void>(check_parents);
|
||||
#endif
|
||||
static_cast<void>(check_parents);
|
||||
}
|
||||
|
||||
void set_parents()
|
||||
|
Loading…
Reference in New Issue
Block a user