[libcxx-commits] [libcxx] [libc++][ranges] Implement P1899 `ranges::stride_view`. (PR #65200)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 30 05:47:27 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:
It seems that changes in `libcxx/modules/std/ranges.inc` are dropped now. Given conflicts are eliminated, we should just re-enable `stride_view` and `stride` in `ranges.inc` now.
https://github.com/llvm/llvm-project/pull/65200
More information about the libcxx-commits
mailing list