[libcxx-commits] [PATCH] D105456: [libcxx][algorithms] adds `std::ranges::find`
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 8 09:17:09 PDT 2021
cjdb added inline comments.
================
Comment at: libcxx/include/__functional/identity.h:34
+
+using identity = __identity_fn;
+
----------------
tcanens wrote:
> This is nonconforming.
Why?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105456/new/
https://reviews.llvm.org/D105456
More information about the libcxx-commits
mailing list