summaryrefslogtreecommitdiff
path: root/boost/throw_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/throw_exception.hpp')
-rw-r--r--boost/throw_exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/throw_exception.hpp b/boost/throw_exception.hpp
index c6623e1965..cd77eadea1 100644
--- a/boost/throw_exception.hpp
+++ b/boost/throw_exception.hpp
@@ -54,7 +54,7 @@ namespace boost
{
#ifdef BOOST_NO_EXCEPTIONS
-void throw_exception( std::exception const & e ); // user defined
+BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined
#else