[libcxx-commits] [PATCH] D143850: [libc++][format] Addresses LWG3833.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 12 10:47:44 PST 2023
Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
LWG3833 Remove specialization template<size_t N> struct formatter<const charT[N], charT>
Depends on D143845 <https://reviews.llvm.org/D143845>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143850
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143850.496772.patch
Type: text/x-patch
Size: 9745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230212/fa7ccbe7/attachment-0001.bin>
More information about the libcxx-commits
mailing list