[libcxx-commits] [libcxx] WIP [libc++][ranges] P3059R2: Making user-defined constructors of view iterators/sentinels private (PR #193891)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 20 03:07:59 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>>;
 
----------------
frederick-vs-ja wrote:

Let's remove this unused alias which made GCC unhappy.
```suggestion
```

https://github.com/llvm/llvm-project/pull/193891


More information about the libcxx-commits mailing list