[libcxx-commits] [PATCH] D121530: [libc++][format] Implement format-string.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 28 04:07:01 PDT 2022


Mordante marked an inline comment as done.
Mordante added a comment.

In D121530#3524487 <https://reviews.llvm.org/D121530#3524487>, @h-vetinari wrote:

> Should probably be mentioned in the release notes...?

Good point, thanks!



================
Comment at: libcxx/docs/Status/Cxx20Papers.csv:199
 "`P2210R2 <https://wg21.link/P2210R2>`__","LWG",Superior String Splitting,"June 2021","",""
-"`P2216R3 <https://wg21.link/P2216R3>`__","LWG",std::format improvements,"June 2021","|Partial|",""
+"`P2216R3 <https://wg21.link/P2216R3>`__","LWG",std::format improvements,"June 2021","|Complete|","15.0"
 "`P2281R1 <https://wg21.link/P2281R1>`__","LWG",Clarifying range adaptor objects,"June 2021","|Complete|","14.0"
----------------
h-vetinari wrote:
> There's several items on the Format status page that are (positively) affected by this as well.
I tend to update page separately, that works better for me. Especially to mark things I started working on; several of these features are rather big.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121530/new/

https://reviews.llvm.org/D121530



More information about the libcxx-commits mailing list