[libcxx-commits] [PATCH] D103208: [libcxx][ranges] Add `ranges::empty_view`.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 3 13:57:26 PDT 2021
zoecarver added inline comments.
================
Comment at: libcxx/test/std/ranges/range.adaptors/range.empty/empty_view.pass.cpp:25
+ static_assert(std::ranges::range<const std::ranges::empty_view<T>>);
+ static_assert(std::ranges::view<std::ranges::empty_view<T>>);
+
----------------
@cjdb are these good or did you want any others?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103208/new/
https://reviews.llvm.org/D103208
More information about the libcxx-commits
mailing list