[libcxx-commits] [PATCH] D141195: [libc++][format] range-default-formatter for set.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 8 05:07:18 PST 2023


Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 487155.
Mordante added a comment.
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++.

Polishing and CI fixes.


Implements the range-default-formatter specialization range_format::set.

Implements parts of

- P2286R8 Formatting Ranges
- P2585R0 Improving default container formatting

Depends on D140801 <https://reviews.llvm.org/D140801>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141195

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.fmtset/format.functions.format.pass.cpp
  libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.functions.tests.h
  libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.functions.vformat.pass.cpp
  libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.pass.cpp
  libcxx/test/std/utilities/format/format.range/format.range.fmtset/parse.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141195.487155.patch
Type: text/x-patch
Size: 83983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230108/54f2d92b/attachment-0001.bin>


More information about the libcxx-commits mailing list