[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 14:03:03 PST 2023


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

I added a `.pass` file, can you take a look and let me know if they are good? if yes, I will add similar tests for the remaining algorithms. 

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


More information about the libcxx-commits mailing list