[libcxx-commits] [PATCH] D98151: [libcxx] adds std::identity to <functional>

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 7 13:24:25 PST 2021


curdeius requested changes to this revision.
curdeius added inline comments.
This revision now requires changes to proceed.


================
Comment at: libcxx/include/functional:3237
+// [func.identity]
+struct identity {
+    template<class _Tp>
----------------
`is_transparent` member type seems to be missing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98151/new/

https://reviews.llvm.org/D98151



More information about the libcxx-commits mailing list