LWG3833 Remove specialization template<size_t N> struct formatter<const charT[N], charT>
Depends on D143845
Paths
| Differential D143850
[libc++][format] Addresses LWG3833. ClosedPublic Authored by Mordante on Feb 12 2023, 10:47 AM.
Details
Summary LWG3833 Remove specialization template<size_t N> struct formatter<const charT[N], charT> Depends on D143845
Diff Detail
Event TimelineComment Actions Nice cleanup!
This revision is now accepted and ready to land.Mar 3 2023, 1:24 PM Mordante added inline comments.
This revision was landed with ongoing or failed builds.Mar 4 2023, 4:53 AM Closed by commit rGfaacf8bca337: [libc++][format] Addresses LWG3833. (authored by Mordante). · Explain Why This revision was automatically updated to reflect the committed changes. Mordante marked an inline comment as done.
Revision Contents
Diff 502370 libcxx/docs/ReleaseNotes.rst
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/__format/formatter_string.h
libcxx/include/__format/range_default_formatter.h
libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.const_char_array.pass.cpp
|
Can you comment on how (if at all) this impacts users in the release note? Also, perhaps "Deprecations and Removals" would be a better section for this release note?