Skip to content

Commit 7ffc20f

Browse files
committed
[temp.deduct.call] Clear up wording regarding function parameter packs appearing in non-deduced contexts
1 parent f30ae8f commit 7ffc20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/templates.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -7881,8 +7881,8 @@
78817881
Each deduction deduces template arguments for subsequent positions in
78827882
the template parameter packs expanded by the function parameter pack.
78837883
When a function parameter pack appears in a non-deduced
7884-
context\iref{temp.deduct.type}, the type of that pack is
7885-
never deduced.
7884+
context\iref{temp.deduct.type}, the template parameter pack(s)
7885+
expanded by that pack are never deduced (not even if they appear in a deduced context elsewhere).
78867886
\begin{example}
78877887
\begin{codeblock}
78887888
template<class ... Types> void f(Types& ...);

0 commit comments

Comments
 (0)