[libcxx-commits] [libcxx] WIP [libc++][ranges] P3059R2: Making user-defined constructors of view iterators/sentinels private (PR #193891)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 20 05:53:17 PDT 2026
================
@@ -82,7 +81,10 @@ constexpr bool test() {
using MoveOnlyElemIter =
std::ranges::iterator_t<std::ranges::elements_view<std::ranges::subrange<MoveOnlyIter, Sent>, 0>>;
----------------
Zingam wrote:
@frederick-vs-ja What do you think about adding these test cases (`static_assert`-s) in a follow-up as this PR is getting quite a lot of changes already? (That would have been a nice case for stacked-PRs as it used to be but I wouldn't bother attempting these in GH right now)
https://github.com/llvm/llvm-project/pull/193891
More information about the libcxx-commits
mailing list