[libcxx-commits] [libcxx] [libc++][concepts] P2404R3: Move-only types for equality_comparable_with, totally_ordered_with, and three_way_comparable_with (PR #99420)

Janet Cobb via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 19 12:20:10 PDT 2024


================
@@ -529,4 +529,30 @@ struct ForwardingTestObject {
   constexpr bool operator>=(const ForwardingTestObject&) const& { return false; }
----------------
randomnetcat wrote:

I wasn't sure if there were any other changes that that feature test macro might indicate, so I didn't want to update it and potentially promise something that wasn't implemented.

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


More information about the libcxx-commits mailing list