[all-commits] [llvm/llvm-project] faacf8: [libc++][format] Addresses LWG3833.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sat Mar 4 04:53:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: faacf8bca33716a07c74a4996e87df1bc673d7ea
      https://github.com/llvm/llvm-project/commit/faacf8bca33716a07c74a4996e87df1bc673d7ea
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-03-04 (Sat, 04 Mar 2023)

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/Status/Cxx2bIssues.csv
    M libcxx/include/__format/formatter_string.h
    M libcxx/include/__format/range_default_formatter.h
    R libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.const_char_array.pass.cpp

  Log Message:
  -----------
  [libc++][format] Addresses LWG3833.

  LWG3833 Remove specialization template<size_t N> struct formatter<const charT[N], charT>

Depends on D143845

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list