summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/exception
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-11-29 13:35:44 +0000
committertheraven <theraven@FreeBSD.org>2012-11-29 13:35:44 +0000
commit58e590440b4a1ca9d0fd818f1d8464be99faaec1 (patch)
tree357bbfe8456d0ad63bf211df5cdd7d3517eddb9a /contrib/libc++/include/exception
parentd574f08958e7b126237df7fdcc775cc559fe4267 (diff)
downloadFreeBSD-src-58e590440b4a1ca9d0fd818f1d8464be99faaec1.zip
FreeBSD-src-58e590440b4a1ca9d0fd818f1d8464be99faaec1.tar.gz
Merge new libc++ into head.
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