[clang-tools-extra] [libc++] Implement ranges::iota (PR #68494)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 7 14:40:33 PDT 2023
================
@@ -46,7 +46,7 @@
"`P2255R2 <https://wg21.link/P2255R2>`__","LWG","A type trait to detect reference binding to temporary","February 2022","",""
"`P2273R3 <https://wg21.link/P2273R3>`__","LWG","Making ``std::unique_ptr`` constexpr","February 2022","|Complete|","16.0"
"`P2387R3 <https://wg21.link/P2387R3>`__","LWG","Pipe support for user-defined range adaptors","February 2022","","","|ranges|"
-"`P2440R1 <https://wg21.link/P2440R1>`__","LWG","``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right``","February 2022","","","|ranges|"
+"`P2440R1 <https://wg21.link/P2440R1>`__","LWG","``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right``","February 2022","|In progress|","","|ranges|"
----------------
philnik777 wrote:
Please also update `libcxx/docs/RangesAlgorithms.csv`.
https://github.com/llvm/llvm-project/pull/68494
More information about the cfe-commits
mailing list