[libcxx-commits] [libcxx] [libc++] Implement P1789R3: Library Support for Expansion Statements (PR #167184)
Matthias Wippich via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 23 08:06:40 PST 2025
================
@@ -157,3 +157,5 @@
"`P3552R3 <https://wg21.link/P3552R3>`__","Add a Coroutine Task Type","2025-06 (Sofia)","","","`#148182 <https://github.com/llvm/llvm-project/issues/148182>`__",""
"`P1317R2 <https://wg21.link/P1317R2>`__","Remove return type deduction in ``std::apply``","2025-06 (Sofia)","","","`#148183 <https://github.com/llvm/llvm-project/issues/148183>`__",""
"","","","","","",""
+"`P1789R3 <https://wg21.link/P1789R3>`__","Library Support for Expansion Statements","2025-11 (Kona)","|Complete|","22","`#167268 <https://github.com/llvm/llvm-project/issues/167268>`__",""
----------------
Tsche wrote:
I've just rebased the branch - the conflicts should now be taken care of.
https://github.com/llvm/llvm-project/pull/167184
More information about the libcxx-commits
mailing list