Skip to content

Commit dec138c

Browse files
committed
[temp.res] Clarify that we're talking about the declarator-id of
the function or function template, not that of the parameter-declaration.
1 parent 7297bb9 commit dec138c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4083,7 +4083,7 @@
40834083
\begin{note} This includes friend function declarations. \end{note},
40844084
\item \grammarterm{parameter-declaration} in a \grammarterm{declarator}
40854085
of a function or function template declaration
4086-
where the \grammarterm{declarator-id} is qualified,
4086+
whose \grammarterm{declarator-id} is qualified,
40874087
unless that \grammarterm{parameter-declaration}
40884088
appears in a default argument,
40894089
\item \grammarterm{parameter-declaration} in a \grammarterm{lambda-declarator},

0 commit comments

Comments
 (0)