[libcxx-commits] [libcxx] [libc++] <algorithm>: __is_callable checks whether the callable can be called with rvalue (PR #73451)

Nhat Nguyen via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 14 12:17:13 PST 2023


================
@@ -0,0 +1,19 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
----------------
changkhothuychung wrote:

@ldionne l
did you want to make the second operator `const &` ? I am getting errors, overloading either requires both functions to have ref-qualifiers or both lack. 

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


More information about the libcxx-commits mailing list