[libcxx-commits] [libcxx] [libc++] Implement `views::join_with` (PR #65536)

Jakub Mazurkiewicz via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 8 09:10:11 PDT 2023


================
@@ -104,9 +104,9 @@
 "`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","","","|ranges|"
+"`P2770R0 <https://wg21.link/P2770R0>`__","LWG", "Stashing stashing ``iterators`` for proper flattening","February 2023","|Partial| [#note-P2770R0]_","","|ranges|"
----------------
JMazurkiewicz wrote:

Yes, I'm working on it too.

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


More information about the libcxx-commits mailing list