Update json.hpp

This commit is contained in:
raduteo 2021-04-12 19:47:02 -04:00 committed by GitHub
parent e8dbd7be86
commit 35d79203ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()