diff options
author | A. Jiang <de34@live.cn> | 2025-08-01 23:53:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-01 11:53:33 -0400 |
commit | 4a509f853fa4821ecdb0f6bc3b90ddd48794cc8c (patch) | |
tree | 41fe608d92577c12f3503a1d3b2a0f6c14109315 /llvm/lib/Object/Object.cpp | |
parent | d7c75629b27ce9fbe4f423247fcd2af9e038ef01 (diff) | |
download | llvm-4a509f853fa4821ecdb0f6bc3b90ddd48794cc8c.zip llvm-4a509f853fa4821ecdb0f6bc3b90ddd48794cc8c.tar.gz llvm-4a509f853fa4821ecdb0f6bc3b90ddd48794cc8c.tar.bz2 |
[libc++] Implement comparison operators for `tuple` added in C++23 (#148799)
And constrain the new `operator==` since C++26.
This patch implements parts of P2165R4, P2944R3, and a possibly improved
resolution of LWG3882. Currently, libstdc++ and MSVC STL constrain the
new overloads in the same way.
Also set feature-test macro `__cpp_lib_constrained_equality` and add
related release note, as P2944R3 will completed with this patch.
Fixes #136765
Fixes #136770
Fixes #105424
Diffstat (limited to 'llvm/lib/Object/Object.cpp')
0 files changed, 0 insertions, 0 deletions