Skip to content

Commit 9fd8c5e

Browse files
committed
[alg.merge] Add hyphenation hint to avoid overfull hbox.
1 parent 2a1884e commit 9fd8c5e

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

44704470
\pnum
4471-
\effects\ Copies all the elements of the two ranges \range{first1}{last1} and
4471+
\effects Copies all the elements of the two ranges \range{first1}{last1} and
44724472
\range{first2}{last2} into the range \range{result}{result_last}, where \tcode{result_last}
44734473
is \tcode{result + (last1 - first1) + (last2 - first2)}, such that the resulting range satisfies
4474-
\tcode{is_sorted(result, result_last)} or \tcode{is_sorted(result, result_last, comp)}, respectively.
4474+
\tcode{is_sorted(result, result_last)} or \tcode{is_sorted(re\-sult, result_last, comp)}, respectively.
44754475

44764476
\pnum
44774477
\returns

0 commit comments

Comments
 (0)