MCPcopy Create free account
hub / github.com/RenderKit/embree / uncaught_exceptions

Function uncaught_exceptions

tutorials/external/catch.hpp:12663–12669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12661
12662namespace Catch {
12663 bool uncaught_exceptions() {
12664#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
12665 return std::uncaught_exceptions() > 0;
12666#else
12667 return std::uncaught_exception();
12668#endif
12669 }
12670} // end namespace Catch
12671// end catch_uncaught_exceptions.cpp
12672// start catch_version.cpp

Callers 3

~ScopedMessageMethod · 0.85
~CapturerMethod · 0.85
~SectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected