diff options
author | A. Jiang <de34@live.cn> | 2024-07-03 22:51:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 10:51:23 -0400 |
commit | 0865b782f62fadcdb82e5bd7be432c96109228d0 (patch) | |
tree | b51c9b3dbeda8aafbda6fc5fd12e4019eb7f4dd7 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 54aa1d28b6a26b4980df4d5448fb64d19dc1a100 (diff) | |
download | llvm-0865b782f62fadcdb82e5bd7be432c96109228d0.zip llvm-0865b782f62fadcdb82e5bd7be432c96109228d0.tar.gz llvm-0865b782f62fadcdb82e5bd7be432c96109228d0.tar.bz2 |
[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.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions