[libcxx-commits] [libcxx] WIP [libc++]P2944R3: Constrained comparisions - `variant` and `tuple` (PR #141396)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 3 20:54:15 PDT 2025


================
@@ -268,6 +268,70 @@ struct PartialOrder {
   }
 };
 
-#endif
+template <typename T1, typename T2 = T1>
----------------
frederick-vs-ja wrote:

I guess the dependency on the previous PR was due to conflicts in test files. I wonder whether we can make the same additions to the common test files in both PRs, and drop the changes in the the PR merged later.

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


More information about the libcxx-commits mailing list