[libcxx-commits] [libcxx] [libc++][ranges] Implement `ranges::stride_view`. (PR #65200)

Jakub Mazurkiewicz via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 13 13:55:46 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" }
----------------
JMazurkiewicz wrote:

Extra space:
```suggestion
module std_private_ranges_stride_view                [system] { header "__ranges/stride_view.h" }
```

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


More information about the libcxx-commits mailing list