[libcxx-commits] [PATCH] D132327: [libc++] Implement P2445R1 (`std::forward_like`)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 21 09:18:49 PDT 2022
philnik added inline comments.
================
Comment at: libcxx/include/__utility/forward_like.h:15
+#include <__iterator/iterator_traits.h> // for __can_reference
+#include <type_traits>
+
----------------
Please use the granularized `type_traits` headers instead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132327/new/
https://reviews.llvm.org/D132327
More information about the libcxx-commits
mailing list