fc1ca8aef6
Merge branch 'develop' of https://github.com/boostorg/throw_exception
2016-06-07 12:58:24 -07:00
f52e2fe315
Use default visibility for exception_detail::clone_impl<>
...
When building code with hidden visibility on ELF, exception classes must
explicitly use the default visibility for catching to work across shared
objects; the same must be done for all their base classes. While other
classes in the boost::exception_detail namespace had visibility adjusted
accordingly, clone_impl<T> didn't, so remedy that.
2015-10-10 16:44:52 +02:00
fa2195c268
rvalue support in error_info
2015-03-24 15:35:56 -07:00
ee1aa005fd
N3757
...
[SVN r85538]
2014-06-03 02:37:08 +03:00
d0bbcab566
Merging long-standing changes from Trunk, including the slightly more sophisticated handling of the to_string conversion done in boost::diagnostic_information.
...
[SVN r83354]
2014-06-03 01:57:06 +03:00
abec03383f
Merging minor tested bugfixes from trunk.
...
[SVN r77592]
2014-06-03 01:57:05 +03:00
3558cf31c5
Fixing a build glitch in the non-intrusive exception_ptr support (Authorized by Eric)
...
[SVN r72995]
2014-06-03 01:57:04 +03:00
3655e4c64b
Committing changes merged from trunk, most notably optional non-intrusive exception_ptr support for MSVC.
...
[SVN r70974]
2014-06-03 01:57:04 +03:00
a75cde2ce1
Revert r69620.
...
It's breaking the tests and probably isn't appropriate for a bug fix release.
[SVN r69816]
2014-06-03 01:57:04 +03:00
3c5efe3c3b
Committing changes merged from trunk, most notably optional non-intrusive exception_ptr support for MSVC.
...
[SVN r69620]
2014-06-03 01:57:03 +03:00
173fa9c41e
merging changes from trunk.
...
[SVN r63565]
2014-06-03 01:57:02 +03:00
a53446874b
updating from trunk.
...
[SVN r60338]
2014-06-03 01:57:02 +03:00
fed2b48aa9
Merging changes from trunk.
...
[SVN r58421]
2014-06-03 01:57:01 +03:00
bee54c1aee
Bug ticket 3641, also merging other fixes from Trunk.
...
[SVN r57764]
2014-06-03 01:57:01 +03:00
2af84878d2
Merging from trunk: new function diagnostic_information_what, and mutable error info access.
...
[SVN r56477]
2014-06-03 01:56:59 +03:00
a92ed0a337
Merging in changes trunk updates: adding standard error_info typedefs, updating the documentation.
...
[SVN r55094]
2014-06-03 01:56:59 +03:00
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
4dc5b8d088
merged borland 6+ support from trunk.
...
[SVN r49190]
2014-06-03 01:56:55 +03:00
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
ea1c3adce9
Removed boost::exception::what. Technically not a bug fix but solves the problem reported by Oliver Kowalke on the Boost Developers mailing list.
...
[SVN r46931]
2014-06-03 01:56:53 +03:00
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