[libcxx-commits] [PATCH] D102028: [libcxx][ranges] Implement views::all.
Tim Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 7 15:42:41 PDT 2021
tcanens added inline comments.
================
Comment at: libcxx/include/__ranges/views_all.h:38
+ constexpr auto operator()(_Tp&& __t) const {
+ return _VSTD::move(__t);
+ }
----------------
This should be forward.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102028/new/
https://reviews.llvm.org/D102028
More information about the libcxx-commits
mailing list