[libcxx-commits] [libcxx] [libc++] P2944R3: Constrained comparisions - `tuple` (PR #145677)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 4 02:45:14 PDT 2025


================
@@ -59,7 +59,7 @@
 "`P2248R8 <https://wg21.link/P2248R8>`__","Enabling list-initialization for algorithms","2024-03 (Tokyo)","","",""
 "`P2810R4 <https://wg21.link/P2810R4>`__","``is_debugger_present`` ``is_replaceable``","2024-03 (Tokyo)","","",""
 "`P1068R11 <https://wg21.link/P1068R11>`__","Vector API for random number generation","2024-03 (Tokyo)","","",""
-"`P2944R3 <https://wg21.link/P2944R3>`__","Comparisons for ``reference_wrapper``","2024-03 (Tokyo)","|Partial|","","The changes to ``optional`` and ``tuple`` are not yet implemented"
+"`P2944R3 <https://wg21.link/P2944R3>`__","Comparisons for ``reference_wrapper``","2024-03 (Tokyo)","|Partial|","","The changes to ``optional`` and ``tuple``'s equality overload from P2165R4 are not yet implemented"
----------------
Zingam wrote:

We are missing an overload which AFAIK is not trivial to add, so it will be done later.

https://github.com/llvm/llvm-project/pull/145677


More information about the libcxx-commits mailing list