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

Method copy_throwable

test/args-test.cc:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152struct copy_throwable {
153 copy_throwable() {}
154 copy_throwable(const copy_throwable&) { throw "deal with it"; }
155};
156

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected