[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
Sun Dec 4 05:59:25 PST 2022


Mordante updated this revision to Diff 479916.
Mordante marked 8 inline comments as done.
Mordante added a comment.

Addresses review comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136775/new/

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.479916.patch
Type: text/x-patch
Size: 57908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221204/84ada97c/attachment-0001.bin>


More information about the libcxx-commits mailing list