[libcxx-commits] [PATCH] D141290: [libc++][format] Adds container adaptor formatters.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 19 08:50:33 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG04d4f4b3d4e4: [libc++][format] Adds container adaptor formatters. (authored by Mordante).
Changed prior to commit:
https://reviews.llvm.org/D141290?vs=489218&id=490540#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141290/new/
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.490540.patch
Type: text/x-patch
Size: 70593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230119/26cd6635/attachment-0001.bin>
More information about the libcxx-commits
mailing list