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

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 8 02:29:20 PST 2023


================
@@ -0,0 +1,286 @@
+//===----------------------------------------------------------------------===//
----------------
H-G-Hristov wrote:

Nit: The name of this header is "types.h" usually. Maybe you should rename it for consistency with the other tests.

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


More information about the libcxx-commits mailing list