LWG3720 Restrict the valid types of arg-id for width and precision in std-format-spec
Depends on D144325
Paths
| Differential D144326
[libc++][format] Addresses LWG3720. ClosedPublic Authored by Mordante on Feb 18 2023, 3:48 AM.
Details
Summary LWG3720 Restrict the valid types of arg-id for width and precision in std-format-spec Depends on D144325
Diff Detail
Unit TestsFailed Event TimelineMordante added inline comments.
This revision is now accepted and ready to land.Mar 28 2023, 8:49 AM
Mordante marked 3 inline comments as done. Comment ActionsRebased, addresses review comments, and test the CI. This revision was landed with ongoing or failed builds.Apr 9 2023, 3:50 AM Closed by commit rGd85165184300: [libc++][format] Addresses LWG3720. (authored by Mordante). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 498574 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
|