[libcxx-commits] [PATCH] D108047: [libcxx][ranges] Move `namespace views` into `namespace ranges` and add an alias.
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 13 11:39:19 PDT 2021
cjdb accepted this revision.
cjdb added a comment.
LGTM! Please add a test to make sure that `std::views::X` is the same as `std::ranges::views::X` before committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108047/new/
https://reviews.llvm.org/D108047
More information about the libcxx-commits
mailing list