MCPcopy Create free account
hub / github.com/fmtlib/fmt / assertion_failure

Method assertion_failure

test/test-assert.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class assertion_failure : public std::logic_error {
20 public:
21 explicit assertion_failure(const char* message) : std::logic_error(message) {}
22
23 private:
24 virtual void avoid_weak_vtable();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected