Václav Slavík 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
2014-06-03 03:19:48 +03:00
2014-06-03 19:46:35 +03:00
2014-06-03 01:27:12 +03:00
2014-06-03 01:14:40 +03:00

throw_exception

Common infrastructure for throwing exceptions

Description
Mirrored via gitea-mirror
Readme 375 KiB
Languages
C++ 91.4%
CMake 4.5%
Shell 1.6%
Batchfile 1.4%
HTML 1.1%