Skip to content

Commit b7f1f30

Browse files
committed
Fix term: template parameter -> argument.
1 parent aaa3866 commit b7f1f30

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

source/utilities.tex

+8-5
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@
412412
\notes If this function is odr-used~(\ref{basic.def.odr}), the program is ill-formed.
413413

414414
\pnum
415-
\notes The template parameter \tcode{T} of \tcode{declval} may be an incomplete type.
415+
\notes The actual template argument for \tcode{T} of \tcode{declval} may be an
416+
incomplete type.
416417

417418
\enterexample
418419
\begin{codeblock}
@@ -4342,7 +4343,8 @@
43424343
of a unique pointer. In partial satisfaction of these semantics, each such \tcode{U}
43434344
is \tcode{MoveConstructible} and \tcode{MoveAssignable}, but is not
43444345
\tcode{CopyConstructible} nor \tcode{CopyAssignable}.
4345-
The template parameter \tcode{T} of \tcode{unique_ptr} may be an incomplete type.
4346+
The actual template argument for \tcode{T} of \tcode{unique_ptr} may be an
4347+
incomplete type.
43464348

43474349
\pnum
43484350
\enternote The uses
@@ -4415,7 +4417,7 @@
44154417
for the class template \tcode{unique_ptr}.
44164418

44174419
\pnum
4418-
The template parameter \tcode{T} of \tcode{default_delete} may be
4420+
The actual template argument for \tcode{T} of \tcode{default_delete} may be
44194421
an incomplete type.
44204422

44214423
\rSec4[unique.ptr.dltr.dflt]{\tcode{default_delete}}
@@ -6345,7 +6347,8 @@
63456347
\pnum
63466348
Specializations of \tcode{weak_ptr} shall be \tcode{CopyConstructible} and
63476349
\tcode{CopyAssignable}, allowing their use in standard
6348-
containers. The template parameter \tcode{T} of \tcode{weak_ptr} may be an
6350+
containers. The actual template argument for \tcode{T} of \tcode{weak_ptr}
6351+
may be an
63496352
incomplete type.
63506353

63516354
\rSec4[util.smartptr.weak.const]{\tcode{weak_ptr} constructors}
@@ -6616,7 +6619,7 @@
66166619
\end{codeblock}
66176620

66186621
\pnum
6619-
The template parameter \tcode{T} of \tcode{enable_shared_from_this}
6622+
The actual template argument for \tcode{T} of \tcode{enable_shared_from_this}
66206623
may be an incomplete type.
66216624

66226625
\indexlibrary{\idxcode{enable_shared_from_this}!constructor}%

0 commit comments

Comments
 (0)