Skip to content

Commit 5fc48b4

Browse files
burblebeetkoeppe
authored andcommitted
LWG3810 CTAD for std::basic_format_args
1 parent c3a0969 commit 5fc48b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/utilities.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17213,6 +17213,9 @@
1721317213

1721417214
basic_format_arg<Context> get(size_t i) const noexcept;
1721517215
};
17216+
17217+
template<class Context, class... Args>
17218+
basic_format_args(@\exposid{format-arg-store}@<Context, Args...>) -> basic_format_args<Context>;
1721617219
}
1721717220
\end{codeblock}
1721817221

0 commit comments

Comments
 (0)