summaryrefslogtreecommitdiff
path: root/boost/exception/detail/exception_ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/exception/detail/exception_ptr.hpp')
-rw-r--r--boost/exception/detail/exception_ptr.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/exception/detail/exception_ptr.hpp b/boost/exception/detail/exception_ptr.hpp
index 8e19f0d9df..a7f0a2507e 100644
--- a/boost/exception/detail/exception_ptr.hpp
+++ b/boost/exception/detail/exception_ptr.hpp
@@ -105,7 +105,7 @@ boost
boost::exception,
std::bad_alloc
{
- ~bad_alloc_() throw() { }
+ ~bad_alloc_() BOOST_NOEXCEPT_OR_NOTHROW { }
};
struct
@@ -113,7 +113,7 @@ boost
boost::exception,
std::bad_exception
{
- ~bad_exception_() throw() { }
+ ~bad_exception_() BOOST_NOEXCEPT_OR_NOTHROW { }
};
template <class Exception>
@@ -174,7 +174,7 @@ boost
add_original_type(e);
}
- ~unknown_exception() throw()
+ ~unknown_exception() BOOST_NOEXCEPT_OR_NOTHROW
{
}
@@ -220,7 +220,7 @@ boost
add_original_type(e1);
}
- ~current_exception_std_exception_wrapper() throw()
+ ~current_exception_std_exception_wrapper() BOOST_NOEXCEPT_OR_NOTHROW
{
}