MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / uncaught_exceptions

Function uncaught_exceptions

extlibs/catch/include/catch/catch.hpp:14582–14588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14580
14581namespace Catch {
14582 bool uncaught_exceptions() {
14583#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
14584 return std::uncaught_exceptions() > 0;
14585#else
14586 return std::uncaught_exception();
14587#endif
14588 }
14589} // end namespace Catch
14590// end catch_uncaught_exceptions.cpp
14591// 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