[all-commits] [llvm/llvm-project] 857cbb: [libc++][format] range-default-formatter for set.

Mark de Wever via All-commits all-commits at lists.llvm.org
Fri Jan 20 08:40:16 PST 2023


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

  Changed paths:
    M libcxx/docs/Status/FormatPaper.csv
    M libcxx/include/__format/range_default_formatter.h
    M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.functions.format.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.functions.tests.h
    A libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.functions.vformat.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.pass.cpp
    A libcxx/test/std/utilities/format/format.range/format.range.fmtset/parse.pass.cpp

  Log Message:
  -----------
  [libc++][format] range-default-formatter for set.

Implements the range-default-formatter specialization range_format::set.

Implements parts of
- P2286R8 Formatting Ranges
- P2585R0 Improving default container formatting

Depends on D140801

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D141195




More information about the All-commits mailing list