From 58e590440b4a1ca9d0fd818f1d8464be99faaec1 Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 29 Nov 2012 13:35:44 +0000 Subject: Merge new libc++ into head. --- contrib/libc++/include/exception | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/libc++/include/exception') 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 -- cgit v1.1