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

Function uncaught_exceptions

unittests/catch.hpp:10875–10881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10873
10874namespace Catch {
10875 bool uncaught_exceptions() {
10876#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
10877 return std::uncaught_exceptions() > 0;
10878#else
10879 return std::uncaught_exception();
10880#endif
10881 }
10882} // end namespace Catch
10883// end catch_uncaught_exceptions.cpp
10884// start catch_version.cpp

Callers 2

~ScopedMessageMethod · 0.85
~SectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected