MCPcopy Create free account
hub / github.com/RenderKit/embree / ~ScopedMessage

Method ~ScopedMessage

tutorials/external/catch.hpp:9615–9619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9613 }
9614
9615 ScopedMessage::~ScopedMessage() {
9616 if ( !uncaught_exceptions() && !m_moved ){
9617 getResultCapture().popScopedMessage(m_info);
9618 }
9619 }
9620
9621 Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) {
9622 auto trimmed = [&] (size_t start, size_t end) {

Callers

nothing calls this directly

Calls 2

uncaught_exceptionsFunction · 0.85
popScopedMessageMethod · 0.80

Tested by

no test coverage detected