File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 419419\pnum
420420\remarks
421421The template parameter \tcode{T} of \tcode{declval} may be an incomplete type.
422- \end{itemdescr}
423422
424423\pnum
425424\begin{example}
426425\begin{codeblock}
427426template<class To, class From> decltype(static_cast<To>(declval<From>())) convert(From&&);
428427\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
430429type \tcode{From} can be explicitly converted to type \tcode{To}. For another example see class
431430template \tcode{common_type}\iref{meta.trans.other}.
432431\end{example}
432+ \end{itemdescr}
433433
434434\rSec2[utility.intcmp]{Integer comparison functions}
435435
You can’t perform that action at this time.
0 commit comments