Skip to content

Commit 8efbdce

Browse files
committed
Apply the remaining feedback from Hubert
1 parent ae3cb3e commit 8efbdce

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

source/templates.tex

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,7 @@
291291
\grammarterm{qualified-id}
292292
denotes the type in a
293293
\begin{footnote}
294-
Since template
295-
\grammarterm{template-parameter}{s}
296-
and template
297-
\grammarterm{template-argument}{s}
298-
are treated as types for descriptive purposes, the terms
294+
The terms
299295
\term{constant template parameter}
300296
and
301297
\term{constant template argument}
@@ -4598,7 +4594,8 @@
45984594
\item \grammarterm{parameter-declaration} in a \grammarterm{lambda-declarator}
45994595
or \grammarterm{requirement-parameter-list},
46004596
unless that \grammarterm{parameter-declaration} appears in a default argument, or
4601-
\item \grammarterm{parameter-declaration} of a (constant) \grammarterm{template-parameter}.
4597+
\item \grammarterm{parameter-declaration} of a \grammarterm{template-parameter}
4598+
that declares a constant template parameter.
46024599
\end{itemize}
46034600
\end{itemize}
46044601
\begin{example}

0 commit comments

Comments
 (0)