mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 21:07:22 +02:00
Mark throw_exception BOOST_NORETURN
This commit is contained in:
@ -19,7 +19,7 @@ Distributed under the Boost Software License, Version 1.0.
|
|||||||
namespace boost {
|
namespace boost {
|
||||||
|
|
||||||
#if defined(BOOST_NO_EXCEPTIONS)
|
#if defined(BOOST_NO_EXCEPTIONS)
|
||||||
void throw_exception(const std::exception&);
|
BOOST_NORETURN void throw_exception(const std::exception&);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace default_ {
|
namespace default_ {
|
||||||
|
Reference in New Issue
Block a user