Searched refs:throwing_value_exception (Results 1 – 2 of 2) sorted by relevance
89 struct throwing_value_exception{}; struct94 throwing_value(const throwing_value&){throw throwing_value_exception();} in throwing_value()95 throwing_value(int){throw throwing_value_exception();} in throwing_value()
293 }catch(const throwing_value_exception&){} in test_basic_template()297 }catch(const throwing_value_exception&){} in test_basic_template()