[libcxx-commits] [libunwind] [openmp] [flang] [libc] [compiler-rt] [clang] [llvm] [clang-tools-extra] [lldb] [lld] [libcxx] [mlir] [libcxxabi] [libc++] Implement ranges::contains (PR #65148)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 14 19:49:48 PST 2023
================
@@ -34,6 +35,10 @@ struct __identity {
template <>
struct __is_identity<__identity> : true_type {};
+template <>
----------------
EricWF wrote:
I'm not sure these changes are correct. Does reference wrapper work with the `identity` unary op?
https://github.com/llvm/llvm-project/pull/65148
More information about the libcxx-commits
mailing list