Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / align / detail / throw_exception.hpp
index 6ae5c13..e81f2aa 100644 (file)
@@ -16,7 +16,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 alignment {