[all-commits] [llvm/llvm-project] 96c991: [libc++][format] LWG4106: `basic_format_args` shou...
A. Jiang via All-commits
all-commits at lists.llvm.org
Tue Jul 9 03:21:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96c9913332ce36e575affd6be355ed686ad36996
https://github.com/llvm/llvm-project/commit/96c9913332ce36e575affd6be355ed686ad36996
Author: A. Jiang <de34 at live.cn>
Date: 2024-07-09 (Tue, 09 Jul 2024)
Changed paths:
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/include/__format/format_args.h
M libcxx/test/std/utilities/format/format.arguments/format.args/ctor.pass.cpp
M libcxx/test/std/utilities/format/format.arguments/format.args/get.pass.cpp
Log Message:
-----------
[libc++][format] LWG4106: `basic_format_args` should not be default-constructible (#97250)
See [LWG4106](https://cplusplus.github.io/LWG/issue4106) and
[P3341R0](https://wg21.link/p3341r0).
The test coverage for the empty state of `basic_format_args` in
`get.pass.cpp` is to be completely removed, because the
non-default-constructibility is covered in `ctor.pass.cpp`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list