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

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 2 15:34:09 PST 2024


================
@@ -0,0 +1,344 @@
+//===----------------------------------------------------------------------===//
----------------
cjdb wrote:

I think this test could be simplified by asserting using the standard iterator concepts instead of re-building them up. Please let me know if I'm missing something.

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


More information about the libcxx-commits mailing list