Skip to content

Commit 56cce60

Browse files
committed
[uninitialized.move,uninitialized.copy] Use \countedrange where applicable.
1 parent dc57b2a commit 56cce60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/algorithms.tex

+6-6
Original file line numberDiff line numberDiff line change
@@ -10212,7 +10212,7 @@
1021210212
\begin{itemdescr}
1021310213
\pnum
1021410214
\expects
10215-
\range{result}{(last - first)} does not overlap with \range{first}{last}.
10215+
\countedrange{result}{(last - first)} does not overlap with \range{first}{last}.
1021610216

1021710217
\pnum
1021810218
\effects
@@ -10269,7 +10269,7 @@
1026910269
\begin{itemdescr}
1027010270
\pnum
1027110271
\expects
10272-
\range{result}{n} does not overlap with \range{first}{n}.
10272+
\countedrange{result}{n} does not overlap with \countedrange{first}{n}.
1027310273

1027410274
\pnum
1027510275
\effects
@@ -10300,7 +10300,7 @@
1030010300
\pnum
1030110301
\expects
1030210302
\range{ofirst}{olast} does not overlap with
10303-
\range{ifirst}{n}.
10303+
\countedrange{ifirst}{n}.
1030410304

1030510305
\pnum
1030610306
\effects
@@ -10324,7 +10324,7 @@
1032410324
\begin{itemdescr}
1032510325
\pnum
1032610326
\expects
10327-
\range{result}{(last - first)} does not overlap with \range{first}{last}.
10327+
\countedrange{result}{(last - first)} does not overlap with \range{first}{last}.
1032810328

1032910329
\pnum
1033010330
\effects
@@ -10385,7 +10385,7 @@
1038510385
\begin{itemdescr}
1038610386
\pnum
1038710387
\expects
10388-
\range{result}{n} does not overlap with \range{first}{n}.
10388+
\countedrange{result}{n} does not overlap with \countedrange{first}{n}.
1038910389

1039010390
\pnum
1039110391
\effects
@@ -10412,7 +10412,7 @@
1041210412
\pnum
1041310413
\expects
1041410414
\range{ofirst}{olast} does not overlap with
10415-
\range{ifirst}{n}.
10415+
\countedrange{ifirst}{n}.
1041610416

1041710417
\pnum
1041810418
\effects

0 commit comments

Comments
 (0)