From fbd326037ffe8b31f74ce56deb05b6432b26665c Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 29 Nov 2012 13:28:56 +0000 Subject: Import new libc++. This contains some fixes for code compiled in c++98 / c++03 mode. --- include/exception | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/exception') 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 -- cgit v1.3