[all-commits] [llvm/llvm-project] a09b1d: [libc++][format] Adds formatter std::vector<bool>.

Mark de Wever via All-commits all-commits at lists.llvm.org
Thu Jan 19 08:58:18 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a09b1dc1f2c534cc8b870b5b7c9bc7f7682a1ed5
      https://github.com/llvm/llvm-project/commit/a09b1dc1f2c534cc8b870b5b7c9bc7f7682a1ed5
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M libcxx/docs/Status/FormatPaper.csv
    M libcxx/include/__bit_reference
    M libcxx/include/vector
    A libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.functions.format.pass.cpp
    A libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.functions.tests.h
    A libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.functions.vformat.pass.cpp
    A libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/format.pass.cpp
    A libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/parse.pass.cpp
    M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list