[libcxx-commits] [libcxx] [libc++][concepts] P2404R3: Move-only types for equality_comparable_with, totally_ordered_with, and three_way_comparable_with (PR #99420)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 19 07:11:39 PDT 2024
================
@@ -529,4 +529,30 @@ struct ForwardingTestObject {
constexpr bool operator>=(const ForwardingTestObject&) const& { return false; }
----------------
ldionne wrote:
Comment not attached to this line. I think we're missing an update to the `__cpp_lib_concepts` feature-test macro, the paper seems to mention something.
https://github.com/llvm/llvm-project/pull/99420
More information about the libcxx-commits
mailing list