Commit Graph

13 Commits

Author SHA1 Message Date
Peter Dimov
1e507924ce Mark throw_exception with BOOST_NORETURN. Closes #12. 2019-06-03 03:06:40 +03:00
Peter Dimov
9b99dd5f60 Add tests for throw_line 2018-09-27 08:26:29 +03:00
Peter Dimov
a732dfad3c Add boost::exception, exception_ptr tests to throw_from_library_test as well 2018-09-27 07:23:52 +03:00
Peter Dimov
6845ba892d Add test that uses boost::exception_ptr 2018-09-27 07:15:53 +03:00
Peter Dimov
a17f4bad42 Add test that catches by boost::exception 2018-09-27 07:10:41 +03:00
Peter Dimov
9d43946812 Add BOOST_SYMBOL_VISIBLE to exception types in throw_from_library_test 2018-09-26 03:48:09 +03:00
Peter Dimov
614cbc4f34 Add throw_from_library_test 2018-09-25 20:55:04 +03:00
Peter Dimov
e08b3aa75f Rename test files. 2014-06-03 19:46:35 +03:00
Peter Dimov
9c7cd0b8b5 Add test/Jamfile.v2. 2014-06-03 01:57:51 +03:00
Emil Dotchevski
fed2b48aa9 Merging changes from trunk.
[SVN r58421]
2014-06-03 01:57:01 +03:00
Emil Dotchevski
db856c78f8 added functions current_exception_cast, current_exception_diagnostic_information, various other minor changes, documentation update
[SVN r52236]
2014-06-03 01:56:56 +03:00
Emil Dotchevski
fc1d3ff88b Boost Exception major refactoring: works with or without RTTI, vastly improved boost::throw_exception integration.
[SVN r48905]
2014-06-03 01:56:54 +03:00
Emil Dotchevski
ac073290ab Boost Exception In other libraries, watch for compile error referring to throw_exception_assert_compatibility in boost::throw_exception. Resolve by throwing an exception that derives from std::exception. This is not a new requirement but it is being enforced now.
[SVN r46818]
2014-06-03 01:56:52 +03:00