You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/socketstreams.tex
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,9 @@
167
167
168
168
\begin{itemdescr}
169
169
\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}.
0 commit comments