Commit Graph

27 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
56dd1c4111 Add/use exception_detail::enable_both 2018-09-27 07:39:18 +03:00
Peter Dimov
c807ae9201 Merge branch 'fix-c4668' of https://github.com/pkolbus/throw_exception into feature/pr-7 2018-09-27 06:27:32 +03:00
Peter Kolbus
f5022b5ca8
Fix MSVC C4668 in throw_exception.hpp
Fix MSVC C4668 warnings (undefined preprocessor macro) for __GNUC__ and __GNUC_MINOR__ by checking if __GNUC__ is defined first.
2018-03-26 22:38:33 -05:00
Emil Dotchevski
56d65d5f62 #including config.hpp before other headers. 2017-02-20 17:49:33 -08:00
Paul Groke
cce19ef60f Don't include stuff inside #pragma warning push/pop, include boost/config.hpp before testing BOOST_ macros. 2017-02-15 13:18:06 +01:00
Andrey Semashev
37e726da58 Remove BOOST_ATTRIBUTE_NORETURN and use BOOST_NORETURN provided by Boost.Config instead. 2014-06-05 00:44:39 +04:00
Emil Dotchevski
6a42b70891 Merging recent changes from trunk.
[SVN r85636]
2014-06-03 01:57:06 +03:00
Emil Dotchevski
9b26d9a9cc Merged changes from trunk: dealing with warnings, and a compile error on Win CE.
[SVN r79026]
2014-06-03 01:57:05 +03:00
Emil Dotchevski
a2b07f059c Ticket #4344
[SVN r67128]
2014-06-03 01:57:03 +03:00
Emil Dotchevski
173fa9c41e merging changes from trunk.
[SVN r63565]
2014-06-03 01:57:02 +03:00
Emil Dotchevski
a53446874b updating from trunk.
[SVN r60338]
2014-06-03 01:57:02 +03:00
Emil Dotchevski
89e6b4ef35 minor BOOST_THROW_EXCEPTION fix.
[SVN r58499]
2014-06-03 01:57:01 +03:00
Emil Dotchevski
fed2b48aa9 Merging changes from trunk.
[SVN r58421]
2014-06-03 01:57:01 +03:00
Emil Dotchevski
c920a49ab3 Fixing a comment error and adding a trivial protected destructor.
[SVN r57379]
2014-06-03 01:57:00 +03:00
Emil Dotchevski
a8e3b197cb Added BOOST_ATTRIBUTE_NORETURN to suppress warnings in boost::throw_exception
[SVN r54683]
2014-06-03 01:56:58 +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
4dc5b8d088 merged borland 6+ support from trunk.
[SVN r49190]
2014-06-03 01:56:55 +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
7cc40d49ef BOOST_NO_TYPEID support exception/index.html redirection Added Boost Exception to libraries.htm and maintainers.txt Added Boost Exception to status/Jamfile.v2
[SVN r47010]
2014-06-03 01:56:53 +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
Robert Ramey
09c7cb53c9 fixes comeau bug
[SVN r24278]
2014-06-03 01:56:52 +03:00
Douglas Gregor
d9670d560c Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-03 01:56:51 +03:00
Peter Dimov
7c576f0229 _MSC_VER use clarified.
[SVN r20992]
2014-06-03 01:56:51 +03:00
Peter Dimov
9b6b3e00d4 -Wundef fixes.
[SVN r18788]
2014-06-03 01:56:50 +03:00
Peter Dimov
2efac9cd36 boost::throw_exception documentation added.
[SVN r16239]
2014-06-03 01:56:50 +03:00
Peter Dimov
4894ebe843 BOOST_NO_EXCEPTIONS support added.
[SVN r14835]
2014-06-03 01:56:50 +03:00