[libcxx-commits] [libcxx] [libc++] P2770R0: "Stashing stashing iterators for proper flattening" (PR #66033)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 31 12:02:23 PDT 2023


================
@@ -104,7 +104,7 @@
 "`P2708R1 <https://wg21.link/P2708R1>`__","LWG", "No Further Fundamentals TSes", "November 2022","|Nothing to do|","",""
 "","","","","","",""
 "`P0290R4 <https://wg21.link/P0290R4>`__","LWG", "``apply()`` for ``synchronized_value<T>``","February 2023","","","|concurrency TS|"
-"`P2770R0 <https://wg21.link/P2770R0>`__","LWG", "Stashing stashing ``iterators`` for proper flattening","February 2023","|In Progress|","","|ranges|"
+"`P2770R0 <https://wg21.link/P2770R0>`__","LWG", "Stashing stashing ``iterators`` for proper flattening","February 2023","|Partial| [#note-P2770R0]_","","|ranges|"
----------------
ldionne wrote:

The paper also mentions fixing [LWG3700](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2770r0.html#ref-LWG3700) and [LWG3791](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2770r0.html#ref-LWG3791), does this patch do that too?

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


More information about the libcxx-commits mailing list