[libcxx-commits] [PATCH] D153195: [libc++][format] Implements formatting pointer.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 5 09:23:44 PDT 2023
Mordante marked 3 inline comments as done.
Mordante added inline comments.
================
Comment at: libcxx/docs/Status/Cxx2cPapers.csv:9
"`P2538R1 <https://wg21.link/P2538R1>`__","LWG","ADL-proof ``std::projected``","Varna June 2023","","","|ranges|"
"`P2495R3 <https://wg21.link/P2495R3>`__","LWG","Interfacing ``stringstreams`` with ``string_view``","Varna June 2023","","",""
+"`P2510R3 <https://wg21.link/P2510R3>`__","LWG","Formatting pointers","Varna June 2023","|Complete|","Clang 17","|format|"
----------------
ldionne wrote:
> Can you add a note that `P2510R3` is applied as a DR?
Good point, I've mentioned MSVC STL and libstdc++ will do the same, to make clear this is portable.
================
Comment at: libcxx/docs/Status/Cxx2cPapers.csv:10
"`P2495R3 <https://wg21.link/P2495R3>`__","LWG","Interfacing ``stringstreams`` with ``string_view``","Varna June 2023","","",""
-"`P2510R3 <https://wg21.link/P2510R3>`__","LWG","Formatting pointers","Varna June 2023","|In Progress|","","|format|"
+"`P2510R3 <https://wg21.link/P2510R3>`__","LWG","Formatting pointers","Varna June 2023","|Complete|","Clang 17","|format|"
"`P2198R7 <https://wg21.link/P2198R7>`__","LWG","Freestanding Feature-Test Macros and Implementation-Defined Extensions","Varna June 2023","","",""
----------------
ldionne wrote:
> Here and below, let's use `17.0`. See also D154461.
Thanks for the cleanup patch!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153195/new/
https://reviews.llvm.org/D153195
More information about the libcxx-commits
mailing list