MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / uncaught_exceptions

Function uncaught_exceptions

tests/catch.hpp:12391–12397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12389
12390namespace Catch {
12391 bool uncaught_exceptions() {
12392#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
12393 return std::uncaught_exceptions() > 0;
12394#else
12395 return std::uncaught_exception();
12396#endif
12397 }
12398} // end namespace Catch
12399// end catch_uncaught_exceptions.cpp
12400// 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