Skip to content

Commit 85248dd

Browse files
fixup: use \brk{} to deal with overfull hbox
Co-authored-by: Jan Schultke <[email protected]>
1 parent 8626f61 commit 85248dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/exec.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5857,8 +5857,7 @@
58575857
\pnum
58585858
\effects
58595859
Initialize \exposid{sch_} with
5860-
\tcode{allocate_shared<remove_cvref_t<Sch>>(alloc, \linebreak % avoid Overfull
5861-
std::forward<Sch>(sch))}.
5860+
\tcode{allocate_shared<remove_cvref_t<Sch>>(alloc,\brk{} std::forward<Sch>(sch))}.
58625861

58635862
\pnum
58645863
\recommended Implementations should avoid the use of dynamically

0 commit comments

Comments
 (0)