diff options
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> |