[libcxx-commits] [PATCH] D136775: [libc++][format] Adds formatter for tuple and pair
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Oct 29 05:14:53 PDT 2022
Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 470876.
Mordante added a comment.
Mordante updated this revision to Diff 471176.
Mordante updated this revision to Diff 471237.
Mordante updated this revision to Diff 471734.
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++.
Fix CI.
Mordante added a comment.
Fixes.
Mordante added a comment.
Fixes and polishing.
Mordante added a comment.
Cleanups and fixes.
================
Comment at: libcxx/include/module.modulemap.in:330
+ export std.algorithm.__algorithm.in_out_result
+ }
module ranges_copy_backward { private header "__algorithm/ranges_copy_backward.h" }
----------------
Note this is part of D136711.
Implements parts of
- P2286R8 Formatting Ranges
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136775
Files:
libcxx/docs/Status/FormatPaper.csv
libcxx/include/CMakeLists.txt
libcxx/include/__chrono/statically_widen.h
libcxx/include/__format/formatter.h
libcxx/include/__format/formatter_tuple.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/format
libcxx/include/module.modulemap.in
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
libcxx/test/std/utilities/format/format.functions/format_tests.h
libcxx/test/std/utilities/format/format.tuple/format.pass.cpp
libcxx/test/std/utilities/format/format.tuple/format.verify.cpp
libcxx/test/std/utilities/format/format.tuple/format_tests.h
libcxx/test/std/utilities/format/format.tuple/pair.pass.cpp
libcxx/test/std/utilities/format/format.tuple/tuple.pass.cpp
libcxx/test/std/utilities/format/format.tuple/vformat.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136775.471734.patch
Type: text/x-patch
Size: 56263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221029/93eee470/attachment-0001.bin>
More information about the libcxx-commits
mailing list