Skip to content

Commit fe048d7

Browse files
committed
[alg.merge] Add a linebreak hint
to avoid an overfull hbox.
1 parent 17a9cf4 commit fe048d7

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
@@ -4394,10 +4394,10 @@
43944394
The resulting range shall not overlap with either of the original ranges.
43954395

43964396
\pnum
4397-
\effects\ Copies all the elements of the two ranges \range{first1}{last1} and
4397+
\effects Copies all the elements of the two ranges \range{first1}{last1} and
43984398
\range{first2}{last2} into the range \range{result}{result_last}, where \tcode{result_last}
43994399
is \tcode{result + (last1 - first1) + (last2 - first2)}, such that the resulting range satisfies
4400-
\tcode{is_sorted(result, result_last)} or \tcode{is_sorted(result, result_last, comp)}, respectively.
4400+
\tcode{is_sorted(result, result_last)} or \tcode{is_sorted(\brk{}result, result_last, comp)}, respectively.
44014401

44024402
\pnum
44034403
\returns

0 commit comments

Comments
 (0)