[libcxx-commits] [libcxx] [libc++][ranges] Implement P1899 `ranges::stride_view`. (PR #65200)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 21 09:29:22 PST 2025
================
@@ -301,6 +301,9 @@ export namespace std {
namespace views {
using std::ranges::views::zip_transform;
}
+#endif // _LIBCPP_STD_VER >= 23
+
+#if 0
----------------
frederick-vs-ja wrote:
```suggestion
```
We should remove these lines as `adjacent_view` has been implemented. Also, `adjacent_transform_view` has been implemented too.
https://github.com/llvm/llvm-project/pull/65200
More information about the libcxx-commits
mailing list