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

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 31 01:31:37 PST 2025


================
@@ -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>` __)
----------------
frederick-vs-ja wrote:

Weird... Now the change is still made for `20.rst`.

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


More information about the libcxx-commits mailing list