A. Jiang 0865b782f6
[libc++] Fix the signatures of std::rethrow_if_nested (#91365)
Fixes #54470.

See https://eel.is/c++draft/global.functions#2:
    > A call to a non-member function signature described in [support]
    > through [thread] and [depr] shall behave as if the implementation
    > declared no additional non-member function signatures.

and https://eel.is/c++draft/global.functions#3:
    > An implementation shall not declare a non-member function signature
    > with additional default arguments.
2024-07-03 10:51:23 -04:00
..