Skip to content

Commit 9fc22b5

Browse files
committed
Apply Jens' feedback
1 parent 0814268 commit 9fc22b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/templates.tex

+6-6
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@
318318
called \tcode{T}, rather than an unnamed non-type
319319
template parameter of class \tcode{T}.
320320
\end{example}
321-
A template parameter declaration shall not
322-
have a \grammarterm{storage-class-specifier}.
321+
A \grammarterm{parameter-declaration} of a \grammarterm{template-parameter}
322+
shall not have a \grammarterm{storage-class-specifier}.
323323
Types shall not be defined in a template parameter
324324
declaration.
325325

@@ -560,7 +560,7 @@
560560
\indextext{\idxcode{<}!template and}%
561561
\pnum
562562
When parsing a default template argument
563-
for a non-type template-parameter,
563+
for a non-type template parameter,
564564
the first non-nested \tcode{>} is taken as
565565
the end of the \grammarterm{template-parameter-list}
566566
rather than a greater-than operator.
@@ -1109,7 +1109,7 @@
11091109
A \grammarterm{template-argument} followed by an ellipsis is
11101110
a pack expansion\iref{temp.variadic}.
11111111

1112-
\rSec2[temp.arg.type]{Type Template arguments}
1112+
\rSec2[temp.arg.type]{Type template arguments}
11131113

11141114
\pnum
11151115
A
@@ -1143,7 +1143,7 @@
11431143
A template type argument can be an incomplete type\iref{term.incomplete.type}.
11441144
\end{note}
11451145

1146-
\rSec2[temp.arg.nontype]{non-type template arguments}
1146+
\rSec2[temp.arg.nontype]{Non-type template arguments}
11471147

11481148
\pnum
11491149
A template argument $E$ for
@@ -4424,7 +4424,7 @@
44244424
\indextext{type concept|see{concept, type}}%
44254425
A \defnx{type concept}{concept!type}
44264426
is a concept whose prototype parameter
4427-
is a type template-parameter.
4427+
is a type template parameter.
44284428

44294429
\rSec1[temp.res]{Name resolution}
44304430

0 commit comments

Comments
 (0)