[libcxx-commits] [libcxx] [libc++] Implement ranges::iota (PR #68494)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 1 23:24:26 PDT 2025
================
@@ -46,7 +46,7 @@
"`P2255R2 <https://wg21.link/P2255R2>`__","A type trait to detect reference binding to temporary","2022-02 (Virtual)","|Partial|","","Implemented the type traits only."
"`P2273R3 <https://wg21.link/P2273R3>`__","Making ``std::unique_ptr`` constexpr","2022-02 (Virtual)","|Complete|","16",""
"`P2387R3 <https://wg21.link/P2387R3>`__","Pipe support for user-defined range adaptors","2022-02 (Virtual)","|Complete|","19",""
-"`P2440R1 <https://wg21.link/P2440R1>`__","``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right``","2022-02 (Virtual)","","",""
+"`P2440R1 <https://wg21.link/P2440R1>`__","``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right``","2022-02 (Virtual)","|Partial| ``std::ranges::shift_left`` and ``std::ranges::shift_right`` have not been implemented","","|ranges|"
----------------
Zingam wrote:
This line doesn't seem right. The comment should go in the last column I think.
https://github.com/llvm/llvm-project/pull/68494
More information about the libcxx-commits
mailing list