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

Class copy_throwable

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

Source from the content-addressed store, hash-verified

150}
151
152struct copy_throwable {
153 copy_throwable() {}
154 copy_throwable(const copy_throwable&) { throw "deal with it"; }
155};
156
157FMT_BEGIN_NAMESPACE
158template <> struct formatter<copy_throwable> {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68