[all-commits] [llvm/llvm-project] 36e0e2: [libc++][format] Allows width arg-id with value 0.
mordante via All-commits
all-commits at lists.llvm.org
Wed Aug 31 10:19:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36e0e2c485447ac984a375aa0829f8c75d565fbb
https://github.com/llvm/llvm-project/commit/36e0e2c485447ac984a375aa0829f8c75d565fbb
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M libcxx/docs/Status/Cxx2bIssues.csv
M libcxx/include/__format/parser_std_format_spec.h
M libcxx/test/std/utilities/format/format.functions/format_tests.h
Log Message:
-----------
[libc++][format] Allows width arg-id with value 0.
Implements:
- LWG3721 Allow an arg-id with a value of zero for width in std-format-spec
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D130649
More information about the All-commits
mailing list