[libcxx-commits] [PATCH] D144275: [libc++][format] Addresses LWG3810.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 17 09:35:29 PST 2023
Mordante marked an inline comment as done.
Mordante added a comment.
Thanks for the review!
================
Comment at: libcxx/include/__format/format_args.h:76
+template <class _Context, class... _Args>
+basic_format_args(__format_arg_store<_Context, _Args...>) -> basic_format_args<_Context>;
----------------
philnik wrote:
> Was there no test for the CTAD support before?
No that is the "silence the compiler when we want implicit CTAD" version. We don't have tests for these.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144275/new/
https://reviews.llvm.org/D144275
More information about the libcxx-commits
mailing list