diff --git a/source/templates.tex b/source/templates.tex index 9b89dd4ed6..9bf327747f 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -7881,8 +7881,8 @@ Each deduction deduces template arguments for subsequent positions in the template parameter packs expanded by the function parameter pack. When a function parameter pack appears in a non-deduced -context\iref{temp.deduct.type}, the type of that pack is -never deduced. +context\iref{temp.deduct.type}, the template parameter pack(s) +expanded by that pack are never deduced, even if they appear in a deduced context elsewhere. \begin{example} \begin{codeblock} template void f(Types& ...);