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

Will Hawkins via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 3 00:36:37 PST 2026


================
@@ -301,6 +301,9 @@ export namespace std {
     namespace views {
       using std::ranges::views::zip_transform;
     }
+#endif // _LIBCPP_STD_VER >= 23
+
+#if 0
----------------
hawkinsw wrote:

I believe that I understood what you were saying _and_ did it! Let me know if I screwed it up!

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


More information about the libcxx-commits mailing list