[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:39:01 PST 2026
================
@@ -47,6 +47,7 @@ Implemented Papers
- ``std::jthread`` and ``<stop_token>`` are not guarded behind ``-fexperimental-library`` anymore
- P2674R1: A trait for implicit lifetime types (`Github <https://github.com/llvm/llvm-project/issues/105259>`__)
- P0429R9: A Standard ``flat_map`` (`Github <https://github.com/llvm/llvm-project/issues/105190>`__)
+- P1899: ``stride_view`` (`Github <https://github.com/llvm/llvm-project/issues/105198>` __)
----------------
hawkinsw wrote:
I think I managed to wax this one, too! Sorry for the delay!
https://github.com/llvm/llvm-project/pull/65200
More information about the libcxx-commits
mailing list