[libcxx-commits] [PATCH] D144326: [libc++][format] Addresses LWG3720.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 18 03:48:10 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++.
LWG3720 Restrict the valid types of arg-id for width and precision in
std-format-spec
Depends on D144325 <https://reviews.llvm.org/D144325>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144326
Files:
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/__format/format_functions.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/test/std/utilities/format/format.functions/format_tests.h
libcxx/test/std/utilities/format/format.string/format.string.std/lwg3720_arg_id_width_precision_allowed_types.pass.cpp
libcxx/test/std/utilities/format/format.string/format.string.std/lwg3720_arg_id_width_precision_allowed_types.verify.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144326.498574.patch
Type: text/x-patch
Size: 19465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230218/81cbc91d/attachment-0001.bin>
More information about the libcxx-commits
mailing list