Searched refs:terrible_idea (Results 1 – 1 of 1) sorted by relevance
11 class terrible_idea : public non_derived_exception, public derived_exception {}; class95 throw terrible_idea(); // Ok, but multiple inheritance isn't clean in allowed_throws()98 throw terrible_idea(); // Ok, but multiple inheritance in allowed_throws()