Skip to content

Commit 17ad167

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -4407,10 +4407,10 @@
44074407
The resulting range shall not overlap with either of the original ranges.
44084408

44094409
\pnum
4410-
\effects\ Copies all the elements of the two ranges \range{first1}{last1} and
4410+
\effects Copies all the elements of the two ranges \range{first1}{last1} and
44114411
\range{first2}{last2} into the range \range{result}{result_last}, where \tcode{result_last}
44124412
is \tcode{result + (last1 - first1) + (last2 - first2)}, such that the resulting range satisfies
4413-
\tcode{is_sorted(result, result_last)} or \tcode{is_sorted(result, result_last, comp)}, respectively.
4413+
\tcode{is_sorted(result, result_last)} or \tcode{is_sorted(\brk{}result, result_last, comp)}, respectively.
44144414

44154415
\pnum
44164416
\returns

0 commit comments

Comments
 (0)