[libc++][format] Adds formatter std::vector<bool>.
authorMark de Wever <koraq@xs4all.nl>
Tue, 29 Nov 2022 06:57:30 +0000 (07:57 +0100)
committerMark de Wever <koraq@xs4all.nl>
Thu, 19 Jan 2023 16:58:05 +0000 (17:58 +0100)
commita09b1dc1f2c534cc8b870b5b7c9bc7f7682a1ed5
treecf939faff84aac6a3fb9929951e0c8e1e147ac9d
parent6ef990c5b6135ffe24f8697caf6630401669efeb
[libc++][format] Adds formatter std::vector<bool>.

Implements parts of
- P2286R8 Formatting Ranges

Depends on D140653

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D141761
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 [new file with mode: 0644]
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.functions.tests.h [new file with mode: 0644]
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.functions.vformat.pass.cpp [new file with mode: 0644]
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.pass.cpp [new file with mode: 0644]
libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/parse.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp