[libcxx-commits] [PATCH] D102028: [libcxx][ranges] Implement views::all.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 11 17:37:22 PDT 2021
zoecarver marked 8 inline comments as done.
zoecarver added a comment.
@Quuxplusone I applied all your comments expect for the one about the test. I'll apply that one tomorrow, when I have the time :)
================
Comment at: libcxx/test/std/ranges/range.adaptors/range.all.pass.cpp:22
+namespace ranges = std::ranges;
+namespace views = std::views;
+
----------------
Remove these now that they're no longer used.
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