mirror of
https://github.com/nlohmann/json.git
synced 2026-03-09 02:31:24 +00:00
Update json.hpp
This commit is contained in:
@@ -1256,9 +1256,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()
|
||||
|
||||
Reference in New Issue
Block a user