Skip to content

Commit 9ce105b

Browse files
hewillkjwakely
authored andcommitted
[iostream.cons] Add std:: qualified for move
1 parent a096b08 commit 9ce105b

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
@@ -5819,7 +5819,7 @@
58195819
\effects
58205820
Move constructs from the rvalue \tcode{rhs} by
58215821
constructing the \tcode{basic_istream} base class with
5822-
\tcode{move(rhs)}.
5822+
\tcode{std::move(rhs)}.
58235823
\end{itemdescr}
58245824

58255825
\rSec4[iostream.dest]{Destructor}

0 commit comments

Comments
 (0)