[libcxx-commits] [PATCH] D121530: [libc++][format] Implement format-string.
H. Vetinari via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 19 03:00:11 PDT 2022
h-vetinari added a comment.
Should probably be mentioned in the release notes...?
================
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"
----------------
There's several items on the Format status page that are (positively) affected by this as well.
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