[libcxx-commits] [PATCH] D102028: [libcxx][ranges] Implement views::all.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 6 15:57:04 PDT 2021
zoecarver added a comment.
I think I need to write some more tests for this.
================
Comment at: libcxx/include/__ranges/view_interface.h:41
- default_initializable<_Tp> &&
- enable_view<_Tp>;
-
----------------
Sorry about these random changes. I need to rebase the whole stack at some point (at which point these will disappear).
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