MCPcopy Create free account
hub / github.com/Profactor/cv-plot / uncaught_exceptions

Function uncaught_exceptions

CvPlot/ext/catch2/inc/catch.hpp:15012–15018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15010
15011namespace Catch {
15012 bool uncaught_exceptions() {
15013#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
15014 return std::uncaught_exceptions() > 0;
15015#else
15016 return std::uncaught_exception();
15017#endif
15018 }
15019} // end namespace Catch
15020// end catch_uncaught_exceptions.cpp
15021// 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