[libcxx-commits] [libcxx] [libc++][ranges] Implement `ranges::stride_view`. (PR #65200)
Will Hawkins via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 15 06:29:02 PDT 2023
================
@@ -1711,6 +1711,7 @@ module std_private_ranges_size [system] {
export std_private_type_traits_make_unsigned
}
module std_private_ranges_split_view [system] { header "__ranges/split_view.h" }
+module std_private_ranges_stride_view [system] { header "__ranges/stride_view.h" }
----------------
hawkinsw wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/65200
More information about the libcxx-commits
mailing list