Update json.hpp

Proposed fix for #2706
pull/2707/head
raduteo 2021-04-09 09:35:58 -04:00 committed by GitHub
parent 7126d88803
commit e8dbd7be86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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