We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e76e1 commit 791f807Copy full SHA for 791f807
source/utilities.tex
@@ -419,17 +419,17 @@
419
\pnum
420
\remarks
421
The template parameter \tcode{T} of \tcode{declval} may be an incomplete type.
422
-\end{itemdescr}
423
424
425
\begin{example}
426
\begin{codeblock}
427
template<class To, class From> decltype(static_cast<To>(declval<From>())) convert(From&&);
428
\end{codeblock}
429
-declares a function template \tcode{convert} which only participates in overloading if the
+declares a function template \tcode{convert} which only participates in overload resolution if the
430
type \tcode{From} can be explicitly converted to type \tcode{To}. For another example see class
431
template \tcode{common_type}\iref{meta.trans.other}.
432
\end{example}
+\end{itemdescr}
433
434
\rSec2[utility.intcmp]{Integer comparison functions}
435
0 commit comments