File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 416
416
\notes If this function is odr-used~(\ref {basic.def.odr }), the program is ill-formed.
417
417
418
418
\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.
420
421
421
422
\enterexample
422
423
\begin {codeblock }
4347
4348
of a unique pointer. In partial satisfaction of these semantics, each such \tcode {U}
4348
4349
is \tcode {MoveConstructible} and \tcode {MoveAssignable}, but is not
4349
4350
\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.
4351
4353
4352
4354
\pnum
4353
4355
\enternote The uses
4420
4422
for the class template \tcode {unique_ptr}.
4421
4423
4422
4424
\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
4424
4426
an incomplete type.
4425
4427
4426
4428
\rSec 4[unique.ptr.dltr.dflt]{\tcode {default_delete}}
6350
6352
\pnum
6351
6353
Specializations of \tcode {weak_ptr} shall be \tcode {CopyConstructible} and
6352
6354
\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
6354
6356
incomplete type.
6355
6357
6356
6358
\rSec 4[util.smartptr.weak.const]{\tcode {weak_ptr} constructors}
6621
6623
\end {codeblock }
6622
6624
6623
6625
\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}
6625
6627
may be an incomplete type.
6626
6628
6627
6629
\indexlibrary {\idxcode {enable_shared_from_this}!constructor}%
You can’t perform that action at this time.
0 commit comments