[libcxx-commits] [PATCH] D141290: [libc++][format] Adds container adaptor formatters.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 14 05:03:31 PST 2023


Mordante created this revision.
Herald added a project: All.
Mordante retitled this revision from "[libc++][format] Ads container adaptor formatters." to "[libc++][format] Adds container adaptor formatters.".
Mordante updated this revision to Diff 487483.
Mordante added a comment.
Mordante updated this revision to Diff 488303.
Mordante updated this revision to Diff 489218.
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.

Rebased and adjusted to underlying changes.


Mordante added a comment.

Rebased


Implements parts of

- P2286R8 Formatting Ranges

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141290

Files:
  libcxx/docs/Status/FormatPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__format/container_adaptor.h
  libcxx/include/__format/range_default_formatter.h
  libcxx/include/format
  libcxx/include/module.modulemap.in
  libcxx/include/queue
  libcxx/include/stack
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/transitive_includes/cxx03.csv
  libcxx/test/libcxx/transitive_includes/cxx11.csv
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/std/containers/container.adaptors/container.adaptors.format/format.functions.format.pass.cpp
  libcxx/test/std/containers/container.adaptors/container.adaptors.format/format.functions.tests.h
  libcxx/test/std/containers/container.adaptors/container.adaptors.format/format.functions.vformat.pass.cpp
  libcxx/test/std/containers/container.adaptors/container.adaptors.format/format.pass.cpp
  libcxx/test/std/containers/container.adaptors/container.adaptors.format/parse.pass.cpp
  libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141290.489218.patch
Type: text/x-patch
Size: 70592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230114/1888caac/attachment-0001.bin>


More information about the libcxx-commits mailing list