https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118635
Bug ID: 118635 Summary: P2510R3 "Formatting pointers" is not available in C++20 Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: koraq at xs4all dot nl Target Milestone: --- As discussed by the standard library vendors the paper P2510R3 "Formatting pointers" would be applied as an DR against C++20. In libstdc++ the paper is not implemented as an DR (https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/std/format#L2428). MSVC STL and libc++ have implemented the paper as an DR (https://godbolt.org/z/98aEs3bP4).