summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/exception
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/include/exception')
-rw-r--r--contrib/libc++/include/exception2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libc++/include/exception b/contrib/libc++/include/exception
index 5b75fb0..51a48c8 100644
--- a/contrib/libc++/include/exception
+++ b/contrib/libc++/include/exception
@@ -143,7 +143,7 @@ public:
{return !(__x == __y);}
friend exception_ptr current_exception() _NOEXCEPT;
- _LIBCPP_NORETURN friend void rethrow_exception(exception_ptr);
+ friend void rethrow_exception(exception_ptr);
};
template<class _Ep>
OpenPOWER on IntegriCloud