MCPcopy Create free account
hub / github.com/RenderKit/oidn / CATCH_CATCH_ANON

Function CATCH_CATCH_ANON

external/catch.hpp:12992–12994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12990 }
12991 duration = timer.getElapsedSeconds();
12992 } CATCH_CATCH_ANON (TestFailureException&) {
12993 // This just means the test was aborted due to failure
12994 } CATCH_CATCH_ALL {
12995 // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions
12996 // are reported without translation at the point of origin.
12997 if( m_shouldReportUnexpected ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected