Skip to content

Commit bc639b4

Browse files
committed
[alg.merge] Add a linebreak hint
to avoid an overfull hbox.
1 parent 3e5973b commit bc639b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4243,10 +4243,10 @@
42434243
The resulting range shall not overlap with either of the original ranges.
42444244

42454245
\pnum
4246-
\effects\ Copies all the elements of the two ranges \range{first1}{last1} and
4246+
\effects Copies all the elements of the two ranges \range{first1}{last1} and
42474247
\range{first2}{last2} into the range \range{result}{result_last}, where \tcode{result_last}
42484248
is \tcode{result + (last1 - first1) + (last2 - first2)}, such that the resulting range satisfies
4249-
\tcode{is_sorted(result, result_last)} or \tcode{is_sorted(result, result_last, comp)}, respectively.
4249+
\tcode{is_sorted(result, result_last)} or \tcode{is_sorted(\brk{}result, result_last, comp)}, respectively.
42504250

42514251
\pnum
42524252
\returns

0 commit comments

Comments
 (0)