Skip to content

Commit 7d88638

Browse files
committed
[async.exec.work.guard.members] Rephrase to fix overfull hbox
1 parent b0a7109 commit 7d88638

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/async.tex

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

19151915
\begin{itemdescr}
19161916
\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_},
1919+
and sets \tcode{other.owns_} to \tcode{false}.
19181920
\end{itemdescr}
19191921

19201922
\indexlibrary{\idxcode{executor_work_guard}!destructor}%

0 commit comments

Comments
 (0)