[libcxx-commits] [libcxx] [libc++] Implement `views::join_with` (PR #65536)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 7 21:06:00 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|"
----------------
Zingam wrote:
I was looking into implementing `join_with` but since you arelady did such a good job, are you planning also to finish the `join_view` part as that view is marked experimental as it hasn't complete these changes?
https://github.com/llvm/llvm-project/pull/65536
More information about the libcxx-commits
mailing list