Skip to content

Commit d3df14f

Browse files
committed
[socket.streambuf.cons] State move assignment effects on rhs
Fixes NB GB-19 (PDTS)
1 parent ff069f4 commit d3df14f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/socketstreams.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@
167167

168168
\begin{itemdescr}
169169
\pnum
170-
\effects Calls \tcode{this->close()} then move assigns from \tcode{rhs}. After the move assignment \tcode{*this} has the observable state it would have had if it had been move constructed from \tcode{rhs}.
170+
\effects Calls \tcode{this->close()} then move assigns from \tcode{rhs}.
171+
After the move assignment \tcode{*this} and \tcode{rhs} have the observable state
172+
they would have had if \tcode{*this} had been move constructed from \tcode{rhs}.
171173

172174
\pnum
173175
\returns \tcode{*this}.

0 commit comments

Comments
 (0)