[libcxx-commits] [libcxx] WIP [libc++]P2944R3: Constrained comparisions - `variant` and `tuple` (PR #141396)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 4 12:25:19 PDT 2025
================
@@ -268,6 +268,70 @@ struct PartialOrder {
}
};
-#endif
+template <typename T1, typename T2 = T1>
----------------
Zingam wrote:
Basically, yes. This PR has everything in it. It's just that some configurations in the CI will fail because of the missing refactoring from https://github.com/llvm/llvm-project/pull/139368 rebasing the current PR on the latter will fix those.
https://github.com/llvm/llvm-project/pull/141396
More information about the libcxx-commits
mailing list