Mark throw_exception BOOST_NORETURN

This commit is contained in:
Glen Fernandes
2019-08-27 07:28:28 -04:00
parent f2ee17fa24
commit 106a7c0939

View File

@ -19,7 +19,7 @@ Distributed under the Boost Software License, Version 1.0.
namespace boost {
#if defined(BOOST_NO_EXCEPTIONS)
void throw_exception(const std::exception&);
BOOST_NORETURN void throw_exception(const std::exception&);
#endif
namespace default_ {