[libcxx-commits] [libcxx] [libc++][ranges] Implement P1899 `ranges::stride_view`. (PR #65200)
Will Hawkins via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 30 05:20:45 PST 2025
================
@@ -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 _think_ that I managed to accomplish this task without screwing everything up too badly! It's late (or early, depending upon your timezone) and my fingers were fighting with my brain. If you don't mind, @frederick-vs-ja, let me know if I did what you asked!
Thanks again for the review!
https://github.com/llvm/llvm-project/pull/65200
More information about the libcxx-commits
mailing list