[libcxx-commits] [PATCH] D140801: [libc++][format] range-default-formatter for map
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 7 03:58:20 PST 2023
Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 485766.
Mordante added a comment.
Mordante updated this revision to Diff 485805.
Mordante published this revision for review.
Mordante added reviewers: ldionne, vitaut.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
CI fixes.
Mordante added a comment.
Polishing
Implements the range-default-formatter specialization range_format::map.
Implements parts of
- P2286R8 Formatting Ranges
- P2585R0 Improving default container formatting
Depends on D140653 <https://reviews.llvm.org/D140653>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140801
Files:
libcxx/docs/Status/FormatPaper.csv
libcxx/include/__format/range_default_formatter.h
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
libcxx/test/std/utilities/format/format.range/format.range.fmtmap/format.functions.format.pass.cpp
libcxx/test/std/utilities/format/format.range/format.range.fmtmap/format.functions.tests.h
libcxx/test/std/utilities/format/format.range/format.range.fmtmap/format.functions.vformat.pass.cpp
libcxx/test/std/utilities/format/format.range/format.range.fmtmap/format.pass.cpp
libcxx/test/std/utilities/format/format.range/format.range.fmtmap/parse.pass.cpp
libcxx/test/support/format.functions.common.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140801.485805.patch
Type: text/x-patch
Size: 56418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230107/6c23dc26/attachment-0001.bin>
More information about the libcxx-commits
mailing list