[libcxx-commits] [libcxx] [libc++] Implement ranges::iota (PR #68494)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 31 13:26:59 PDT 2024


================
@@ -2,4 +2,5 @@ Standard,Name,Assignee,CL,Status
 C++23,`ranges::to <https://wg21.link/P1206R7>`_,Konstantin Varlamov,`D142335 <https://reviews.llvm.org/D142335>`_,Complete
 C++23,`Pipe support for user-defined range adaptors <https://wg21.link/P2387R3>`_,Unassigned,No patch yet,Not started
 C++23,`Formatting Ranges <https://wg21.link/P2286R8>`_,Mark de Wever,Various,Complete
+C++23, `ranges::iota <https://wg21.link/P2440R1>`_, James E T Smith, `PR68494 <https://github.com/llvm/llvm-project/pull/68494>`_, In Progress
----------------
var-const wrote:

`s/In Progress/Complete` (which it will be once this patch is merged, right?).

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


More information about the libcxx-commits mailing list