File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 419
419
\pnum
420
420
\remarks
421
421
The template parameter \tcode{T} of \tcode{declval} may be an incomplete type.
422
- \end{itemdescr}
423
422
424
423
\pnum
425
424
\begin{example}
426
425
\begin{codeblock}
427
426
template<class To, class From> decltype(static_cast<To>(declval<From>())) convert(From&&);
428
427
\end{codeblock}
429
- declares a function template \tcode{convert} which only participates in overloading if the
428
+ declares a function template \tcode{convert} which only participates in overload resolution if the
430
429
type \tcode{From} can be explicitly converted to type \tcode{To}. For another example see class
431
430
template \tcode{common_type}\iref{meta.trans.other}.
432
431
\end{example}
432
+ \end{itemdescr}
433
433
434
434
\rSec2[utility.intcmp]{Integer comparison functions}
435
435
You can’t perform that action at this time.
0 commit comments