[libc++][format] Addresses LWG3810.
authorMark de Wever <koraq@xs4all.nl>
Fri, 17 Feb 2023 17:10:14 +0000 (18:10 +0100)
committerMark de Wever <koraq@xs4all.nl>
Fri, 17 Feb 2023 20:08:24 +0000 (21:08 +0100)
commit8caa8d95afe47db91d8a4e123ad2deac63d44754
treec71bf9309d0857ee2e49fd3db6aa29ff124b91b3
parent01afb3fb9902f788de600d245a5731432b3703ed
[libc++][format] Addresses LWG3810.

  LWG3810 CTAD for std::basic_format_args

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D144275
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/__format/format_args.h
libcxx/test/std/utilities/format/format.arguments/format.args/ctad.compile.pass.cpp [new file with mode: 0644]