MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / uncaught_exceptions

Function uncaught_exceptions

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10806–10812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10804
10805namespace Catch {
10806bool uncaught_exceptions() {
10807#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
10808 return std::uncaught_exceptions() > 0;
10809#else
10810 return std::uncaught_exception();
10811#endif
10812}
10813} // end namespace Catch
10814// end catch_uncaught_exceptions.cpp
10815// start catch_version.cpp

Callers 2

~ScopedMessageMethod · 0.85
~SectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected