[libcxx-commits] [libcxx] [libc++] P2944R3: Constrained comparisions - `variant` and `tuple` (PR #141396)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 17 08:07:28 PDT 2025
================
@@ -268,6 +268,70 @@ struct PartialOrder {
}
};
-#endif
+template <typename T1, typename T2 = T1>
----------------
Zingam wrote:
Should we prioritize this as this PR is shorter.
https://github.com/llvm/llvm-project/pull/141396
More information about the libcxx-commits
mailing list