[libcxx-commits] [libcxx] [libc++][NFC] Centralize test for support of == and != in ranges (PR #78481)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 31 11:55:29 PDT 2024


================
@@ -94,4 +96,13 @@ concept CanBePiped = requires(View&& view, T&& t) {
   { std::forward<View>(view) | std::forward<T>(t) };
 };
 
+template <class T, class U>
----------------
var-const wrote:

Can you please readd the comment that shows this is a standard (exposition-only) concept?

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


More information about the libcxx-commits mailing list