File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 412
412
\notes If this function is odr-used~(\ref {basic.def.odr }), the program is ill-formed.
413
413
414
414
\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.
416
417
417
418
\enterexample
418
419
\begin {codeblock }
4342
4343
of a unique pointer. In partial satisfaction of these semantics, each such \tcode {U}
4343
4344
is \tcode {MoveConstructible} and \tcode {MoveAssignable}, but is not
4344
4345
\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.
4346
4348
4347
4349
\pnum
4348
4350
\enternote The uses
4415
4417
for the class template \tcode {unique_ptr}.
4416
4418
4417
4419
\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
4419
4421
an incomplete type.
4420
4422
4421
4423
\rSec 4[unique.ptr.dltr.dflt]{\tcode {default_delete}}
6345
6347
\pnum
6346
6348
Specializations of \tcode {weak_ptr} shall be \tcode {CopyConstructible} and
6347
6349
\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
6349
6352
incomplete type.
6350
6353
6351
6354
\rSec 4[util.smartptr.weak.const]{\tcode {weak_ptr} constructors}
6616
6619
\end {codeblock }
6617
6620
6618
6621
\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}
6620
6623
may be an incomplete type.
6621
6624
6622
6625
\indexlibrary {\idxcode {enable_shared_from_this}!constructor}%
You can’t perform that action at this time.
0 commit comments