MCPcopy Create free account
hub / github.com/boostorg/stacktrace / assertion_failed

Function assertion_failed

example/assert_handler.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 inline void assertion_failed(char const* expr, char const* function, char const* file, long line) {
43 ::boost::assertion_failed_msg(expr, 0 /*nullptr*/, function, file, line);
44 }
45} // namespace boost
46//]
47

Callers

nothing calls this directly

Calls 1

assertion_failed_msgFunction · 0.85

Tested by

no test coverage detected