Skip to content

Commit bb4ed4c

Browse files
W-E-Brownjwakely
authored andcommitted
Use decay_t<> rather than typename decay<>::type. (#979)
1 parent d580a0d commit bb4ed4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10828,7 +10828,7 @@
1082810828
function argument \tcode{const Source\&} \tcode{source} shall
1082910829
have an effective range \range{source}{end} where
1083010830
\tcode{end} is the first iterator value with an element value equal to
10831-
\tcode{iterator_traits<decay<Source>:\-:type>::value_type()}.
10831+
\tcode{iterator_traits<decay_t<Source>>::value_type()}.
1083210832
\end{itemize}
1083310833

1083410834
\pnum

0 commit comments

Comments
 (0)