Make attributes on definition consistent with those on declaration.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@149701 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2012-02-03 18:31:43 +00:00
parent 3c8432fb5b
commit 67872dde14

View File

@ -201,6 +201,7 @@ std::exception_ptr std::current_exception() _NOEXCEPT
#endif // __APPLE__
}
_ATTRIBUTE(noreturn)
void std::rethrow_exception(exception_ptr p)
{
#if HAVE_DEPENDENT_EH_ABI