MCPcopy Create free account
hub / github.com/catchorg/Catch2 / CATCH_CATCH_ANON

Function CATCH_CATCH_ANON

extras/catch_amalgamated.cpp:5406–5408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5404 return static_cast<unsigned int>(ret);
5405 }
5406 CATCH_CATCH_ANON( std::invalid_argument const& ) {
5407 // no conversion could be performed
5408 }
5409 CATCH_CATCH_ANON( std::out_of_range const& ) {
5410 // the input does not fit into an unsigned long long
5411 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected