Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
struct copy_throwable {
153
copy_throwable() {}
154
copy_throwable(const copy_throwable&) { throw
"deal with it"
; }
155
};
156
157
FMT_BEGIN_NAMESPACE
158
template <> struct formatter<copy_throwable> {
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68