Searched refs:operation_error (Results 1 – 2 of 2) sorted by relevance
208 BOOST_CHECK_THROW(op1.execute(), operation_error<1>); in operation_sequence_test()225 BOOST_CHECK_THROW(op2.execute(), operation_error<2>); in operation_sequence_test()242 BOOST_CHECK_THROW(op3.execute(), operation_error<3>); in operation_sequence_test()254 BOOST_CHECK_THROW(op1.execute(), operation_error<1>); in operation_sequence_test()258 BOOST_CHECK_THROW(op3.execute(), operation_error<3>); in operation_sequence_test()
48 struct operation_error { }; struct130 case n: throw operation_error<n>(); \ in execute()