Searched refs:derives_std_exception (Results 1 – 4 of 4) sorted by relevance
46 derives_std_exception::47 derives_std_exception( int x ): in derives_std_exception() function in boost::exception_test::derives_std_exception52 derives_std_exception::53 ~derives_std_exception() BOOST_NOEXCEPT_OR_NOTHROW in ~derives_std_exception()73 throw_test_exception<derives_std_exception>( int x ) in throw_test_exception()75 boost::throw_exception( derives_std_exception(x) ); in throw_test_exception()
39 derives_std_exception: struct42 explicit derives_std_exception( int x );43 virtual ~derives_std_exception() BOOST_NOEXCEPT_OR_NOTHROW;57 void throw_test_exception<derives_std_exception>( int );
66 derives_std_exception: struct345 throw boost::enable_current_exception(derives_std_exception()); in main()360 derives_std_exception & ) in main()372 derives_std_exception & ) in main()390 throw derives_std_exception(); in main()405 derives_std_exception & ) in main()414 BOOST_TEST(t!=0 && *t!=0 && **t==typeid(derives_std_exception)); in main()
152 tester<boost::exception_test::derives_std_exception>(); in main()