Skip to content

Commit 7e53fc2

Browse files
committed
Fix term: template parameter -> argument.
1 parent ba15bb7 commit 7e53fc2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

source/utilities.tex

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

418418
\pnum
419-
\notes The template parameter \tcode{T} of \tcode{declval} may be an incomplete type.
419+
\notes The template argument for \tcode{T} of \tcode{declval} may be an
420+
incomplete type.
420421

421422
\enterexample
422423
\begin{codeblock}
@@ -4347,7 +4348,8 @@
43474348
of a unique pointer. In partial satisfaction of these semantics, each such \tcode{U}
43484349
is \tcode{MoveConstructible} and \tcode{MoveAssignable}, but is not
43494350
\tcode{CopyConstructible} nor \tcode{CopyAssignable}.
4350-
The template parameter \tcode{T} of \tcode{unique_ptr} may be an incomplete type.
4351+
The template argument for \tcode{T} of \tcode{unique_ptr} may be an incomplete
4352+
type.
43514353

43524354
\pnum
43534355
\enternote The uses
@@ -4420,7 +4422,7 @@
44204422
for the class template \tcode{unique_ptr}.
44214423

44224424
\pnum
4423-
The template parameter \tcode{T} of \tcode{default_delete} may be
4425+
The template argument for \tcode{T} of \tcode{default_delete} may be
44244426
an incomplete type.
44254427

44264428
\rSec4[unique.ptr.dltr.dflt]{\tcode{default_delete}}
@@ -6350,7 +6352,7 @@
63506352
\pnum
63516353
Specializations of \tcode{weak_ptr} shall be \tcode{CopyConstructible} and
63526354
\tcode{CopyAssignable}, allowing their use in standard
6353-
containers. The template parameter \tcode{T} of \tcode{weak_ptr} may be an
6355+
containers. The template argument for \tcode{T} of \tcode{weak_ptr} may be an
63546356
incomplete type.
63556357

63566358
\rSec4[util.smartptr.weak.const]{\tcode{weak_ptr} constructors}
@@ -6621,7 +6623,7 @@
66216623
\end{codeblock}
66226624

66236625
\pnum
6624-
The template parameter \tcode{T} of \tcode{enable_shared_from_this}
6626+
The template argument for \tcode{T} of \tcode{enable_shared_from_this}
66256627
may be an incomplete type.
66266628

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

0 commit comments

Comments
 (0)