Skip to content

Commit 2397a6f

Browse files
committed
Missed a couple of occurences
1 parent cd70ee2 commit 2397a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2104,7 +2104,7 @@
21042104
the classes of which any member templates used as template template
21052105
arguments are members.
21062106
\begin{note}
2107-
Non-type template arguments do not
2107+
Constant template arguments do not
21082108
contribute to the set of associated entities.
21092109
\end{note}
21102110

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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]{Constant template arguments}
11471147

11481148
\pnum
11491149
A template argument $E$ for

0 commit comments

Comments
 (0)