boostorg / exception

Boost.org exception module
http://boost.org/libs/exception
Boost Software License 1.0
16 stars 46 forks source link

Switch to BOOST_NORETURN macro #2

Closed Lastique closed 10 years ago

Lastique commented 10 years ago

Boost.Config now defines BOOST_NORETURN macro which is equivalent to BOOST_ATTRIBUTE_NORETURN. boost/exception/detail/attribute_noreturn.hpp can be removed as well, if no longer needed anywhere.

Lastique commented 10 years ago

Due to extraction to a new submodule, moved to https://github.com/boostorg/throw_exception/pull/1.