[libcxx-commits] [PATCH] D141761: [libc++][format] Adds formatter std::vector<bool>.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 16 10:13:04 PST 2023
Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 489246.
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++.
CI fixes.
Implements parts of
- P2286R8 Formatting Ranges
Depends on D140653 <https://reviews.llvm.org/D140653>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141761
Files:
libcxx/docs/Status/FormatPaper.csv
libcxx/include/__bit_reference
libcxx/include/vector
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.functions.format.pass.cpp
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.functions.tests.h
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.functions.vformat.pass.cpp
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.pass.cpp
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/parse.pass.cpp
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141761.489246.patch
Type: text/x-patch
Size: 20389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230116/bf03dd1e/attachment-0001.bin>
More information about the libcxx-commits
mailing list