Skip to content

Commit f9faca0

Browse files
committed
FIXUP
1 parent daa8981 commit f9faca0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

source/meta.tex

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3247,8 +3247,13 @@
32473247
or conversion function template.
32483248
Otherwise, \tcode{false}.
32493249
\item
3250-
Otherwise, if \tcode{r} represents the $i^\text{th}$ parameter
3251-
of a function $F$,
3250+
Otherwise, if \tcode{r} represents the $i^\text{th}$ parameter of a function $F$
3251+
that is an (implicit or explicit) specialization of a templated function $T$
3252+
and the $i^\text{th}$ parameter of the instantiated declaration of $T$
3253+
whose template arguments are those of $F$ would be instantiated from a pack,
3254+
then \tcode{false}.
3255+
\item
3256+
Otherwise, if \tcode{r} represents the parameter $P$ of a function $F$,
32523257
then let $S$ be the set of declarations,
32533258
ignoring any explicit instantiations,
32543259
that precede some point in the evaluation context
@@ -3431,8 +3436,9 @@
34313436
enumerator,
34323437
non-static data member,
34333438
unnamed bit-field,
3434-
direct base class relationship, or
3435-
data member description.
3439+
direct base class relationship,
3440+
data member description, or
3441+
function parameter.
34363442
Otherwise, \tcode{false}.
34373443
\end{itemdescr}
34383444

0 commit comments

Comments
 (0)