diff options
author | David Chisnall <theraven@FreeBSD.org> | 2012-11-29 13:28:56 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2012-11-29 13:28:56 +0000 |
commit | fbd326037ffe8b31f74ce56deb05b6432b26665c (patch) | |
tree | 76ba5474b3b80dd4c16c468574c694190c0c3eb6 /include/exception | |
parent | 3b5257a34b8cc9da481af474449a5d7cfac88d0d (diff) |
Notes
Diffstat (limited to 'include/exception')
-rw-r--r-- | include/exception | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exception b/include/exception index 5b75fb04bbba..51a48c8286d6 100644 --- a/include/exception +++ b/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> |