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

Function uncaught_exceptions

extern/Catch2/catch.hpp:15349–15357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15347
15348namespace Catch {
15349 bool uncaught_exceptions() {
15350#if defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
15351 return false;
15352#elif defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
15353 return std::uncaught_exceptions() > 0;
15354#else
15355 return std::uncaught_exception();
15356#endif
15357 }
15358} // end namespace Catch
15359// end catch_uncaught_exceptions.cpp
15360// start catch_version.cpp

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected