[libcxx-commits] [libcxx] [libcxxabi] [libc++][ranges] Implement P1899 `ranges::stride_view`. (PR #65200)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 4 01:24:52 PST 2026
================
@@ -1753,6 +1753,7 @@ module cxx03_std_private_ranges_size [system] {
export std_private_type_traits_make_unsigned
}
module cxx03_std_private_ranges_split_view [system] { header "__ranges/split_view.h" }
+module cxx03_std_private_ranges_stride_view [system] { header "__ranges/stride_view.h" }
----------------
frederick-vs-ja wrote:
I believe all <code>module cxx03_std_private_ranges_*meow*</code> shouldn't exist. We should stop adding any at this moment, and perhaps remove all of them in a future PR.
```suggestion
```
https://github.com/llvm/llvm-project/pull/65200
More information about the libcxx-commits
mailing list