The feature is applied as DR instead of a normal paper. MSVC STL and
libstdc++ will do the same.
Implements
- P2510R3 Formatting pointers
Depends on D153192
Paths
| Differential D153195
[libc++][format] Implements formatting pointer. ClosedPublic Authored by Mordante on Jun 17 2023, 4:01 AM.
Details
Summary The feature is applied as DR instead of a normal paper. MSVC STL and Implements
Depends on D153192
Diff Detail
Event Timelineldionne added inline comments. This revision is now accepted and ready to land.Jul 4 2023, 1:20 PM Mordante added inline comments. Closed by commit rGa9e5773f520b: [libc++][format] Implements formatting pointer. (authored by Mordante). · Explain WhyJul 5 2023, 9:23 AM This revision was automatically updated to reflect the committed changes. Mordante marked 2 inline comments as done.
Revision Contents
Diff 537391 libcxx/docs/ReleaseNotes.rst
libcxx/docs/Status/Cxx2c.rst
libcxx/docs/Status/Cxx2cPapers.csv
libcxx/docs/Status/FormatIssues.csv
libcxx/docs/UsingLibcxx.rst
libcxx/include/__format/formatter_pointer.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/test/std/containers/container.adaptors/container.adaptors.format/format.functions.tests.h
libcxx/test/std/utilities/format/format.functions/format_tests.h
libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.functions.tests.h
libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.tests.h
libcxx/test/std/utilities/format/format.tuple/format.functions.tests.h
libcxx/test/support/format.functions.common.h
libcxx/utils/generate_feature_test_macro_components.py
|
Can you add a note that P2510R3 is applied as a DR?