Closed cschreib closed 1 year ago
This PR does the following:
REQUIRE_NOTHROW
CHECK_NOTHROW
REQUIRE_THROW_*
CHECK_THROW_*
[[nodiscard]]
Merging #97 (4e22d18) into main (5ad2fff) will not change coverage. The diff coverage is n/a.
n/a
This PR does the following:
REQUIRE_NOTHROW
/CHECK_NOTHROW
for #96.REQUIRE_THROW_*
/CHECK_THROW_*
when the tested expression returns a value with[[nodiscard]]
.