[all-commits] [llvm/llvm-project] 7c3a7c: [libc++][doc] Updates format status.

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue Jan 24 08:21:10 PST 2023


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

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/Status/Cxx2bPapers.csv
    M libcxx/docs/Status/FormatIssues.csv
    M libcxx/docs/Status/FormatPaper.csv
    M libcxx/docs/Status/RangesMajorFeatures.csv

  Log Message:
  -----------
  [libc++][doc] Updates format status.

The paper
- P2286R8 Formatting ranges
is fully implemented modulo its feature test macro. This macro has been
revised by
- LWG3750 Too many papers bump __cpp_lib_format
The new macro depends on
- P2585R0 Improving default container formatting
This paper revises parts of P2286R8 and adds new formatter
specializations. The specialization for debug strings has some wording
issues, which is addresses in this paper
- P2733R0 Fix handling of empty specifiers in std::format

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list