[libcxx-commits] [PATCH] D144275: [libc++][format] Addresses LWG3810.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 17 09:38:02 PST 2023
philnik added inline comments.
================
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>;
----------------
Mordante wrote:
> 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.
I was asked by Louis to add one for the one I added for `move_iterator`(?). Weird that we don't have tests for all of them.
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