Skip to content

Commit 175b308

Browse files
committed
Merge pull request #540 from d-frey/patch-1
[func.wrap.func.con] Change "typename decay<F>::type" to "decay_t<F>"
2 parents 540d881 + 059b074 commit 175b308

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)