Searched defs:copy_throwable (Results 1 – 1 of 1) sorted by relevance
152 struct copy_throwable { struct153 copy_throwable() {} in copy_throwable() argument154 copy_throwable(const copy_throwable&) { throw "deal with it"; } in copy_throwable() function