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/async.tex
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1914,7 +1914,9 @@
1914
1914
1915
1915
\begin{itemdescr}
1916
1916
\pnum
1917
-
\effects Initializes \tcode{ex_} with \tcode{std::move(other.ex_)} and \tcode{owns_} with \tcode{other.owns_}, and sets \tcode{other.owns_} to \tcode{false}.
1917
+
\effects Initializes \tcode{ex_} with \tcode{std::move(other.ex_)}
1918
+
and initializes \tcode{owns_} with \tcode{other.owns_},
0 commit comments