Searched refs:except_spec_b (Results 1 – 1 of 1) sorted by relevance
166 struct except_spec_b { struct167 virtual ~except_spec_b() throw(B);168 except_spec_b() throw(B);171 struct except_spec_d_good : except_spec_a, except_spec_b {175 struct except_spec_d_good2 : except_spec_a, except_spec_b {178 struct except_spec_d_bad : except_spec_a, except_spec_b {187 struct except_spec_d_mismatch : except_spec_a, except_spec_b {190 struct except_spec_d_match : except_spec_a, except_spec_b {