Skip to content

Commit e8896c9

Browse files
committed
Fix overfull hboxes using discretionary break points
Signed-off-by: Matthias Kretz <[email protected]>
1 parent a66b272 commit e8896c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/taskblock.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
\pnum
4040
The class \tcode{task_cancelled_exception} defines the type of objects
41-
thrown by \tcode{task_block::run} or \tcode{task_block::wait} if they detect
41+
thrown by \tcode{task_block\colcol{}run} or \tcode{task_block\colcol{}wait} if they detect
4242
than an exception is pending within the current parallel block. See
4343
\ref{parallel.task_block.exceptions}, below.
4444

@@ -243,7 +243,7 @@
243243
function always returns on the same thread as the one on which it was called.
244244

245245
\pnum
246-
\realnotes It is expected (but not mandated) that \tcode{f} will (directly or indirectly) call \tcode{tb.run({\em function-object})}.
246+
\realnotes It is expected (but not mandated) that \tcode{f} will (directly or indirectly) call \tcode{tb.run({\em function-\brk{}object})}.
247247
\end{itemdescr}
248248

249249
\rSec1[parallel.task_block.exceptions]{Exception Handling}

0 commit comments

Comments
 (0)