summaryrefslogtreecommitdiff
path: root/include/exception
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2012-11-29 13:28:56 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2012-11-29 13:28:56 +0000
commitfbd326037ffe8b31f74ce56deb05b6432b26665c (patch)
tree76ba5474b3b80dd4c16c468574c694190c0c3eb6 /include/exception
parent3b5257a34b8cc9da481af474449a5d7cfac88d0d (diff)
Notes
Diffstat (limited to 'include/exception')
-rw-r--r--include/exception2
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>