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:
parent
3c8432fb5b
commit
67872dde14
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user