[libcxx-commits] [PATCH] D116950: [libc++] Add the std::ranges::drop range adaptor object
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 28 22:26:50 PST 2022
var-const added a comment.
In D116950#3280986 <https://reviews.llvm.org/D116950#3280986>, @var-const wrote:
> Note: it looks like `drop` is not mentioned in `docs/Status/RangesPaper.csv`.
Hmm, it looks like that page only tracks things that were in the original One Ranges Proposal, and `drop_view` was added by P1035 "Input Range Adaptors" <http://wg21.link/P1035> (among other things).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116950/new/
https://reviews.llvm.org/D116950
More information about the libcxx-commits
mailing list