[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 23:18:23 PDT 2024


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

Alright, it changed at https://github.com/cplusplus/draft/pull/5701/files#diff-f46371f476893d323cfcb1383e9a70f07ff1c1f0c217e22294d0bf937aae6794 from the value that libc++ had previously, so this seems safe.

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


More information about the libcxx-commits mailing list