Skip to content

Commit 059b074

Browse files
committed
Change "typename decay<F>::type" to "decay_t<F>"
Looks like this one was overlooked when `decay_t` (and the other `_t` helpers) were introduced.
1 parent 540d881 commit 059b074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8859,7 +8859,7 @@
88598859
\pnum\returns \tcode{*this}
88608860

88618861
\pnum\remarks This assignment operator shall not participate in overload
8862-
resolution unless \tcode{declval<typename decay<F>::type\&>()} is
8862+
resolution unless \tcode{declval<decay_t<F>\&>()} is
88638863
Callable~(\ref{func.wrap.func}) for argument types \tcode{ArgTypes...} and
88648864
return type \tcode{R}.
88658865
\end{itemdescr}

0 commit comments

Comments
 (0)