[libcxx-commits] [PATCH] D105456: [libcxx][algorithms] adds `std::ranges::find`

Tim Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 7 20:44:19 PDT 2021


tcanens added inline comments.


================
Comment at: libcxx/include/__functional/identity.h:34
+
+using identity = __identity_fn;
+
----------------
This is nonconforming.


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