Skip to content

Commit a68c2cd

Browse files
committed
[alg.merge] Add hyphenation hint to avoid overfull hbox.
1 parent 594affa commit a68c2cd

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

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

44774477
\pnum
44784478
\returns

0 commit comments

Comments
 (0)