Skip to content

Commit 3ffea22

Browse files
[re.tokiter.incr] Replace the uses of "local variable"
... with "variable with automatic storage duration"
1 parent 4340286 commit 3ffea22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/text.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12736,9 +12736,8 @@
1273612736
\begin{itemdescr}
1273712737
\pnum
1273812738
\effects
12739-
Constructs a local variable \tcode{prev} of
12740-
type \tcode{position_iterator}, initialized with the value
12741-
of \tcode{position}.
12739+
Constructs a variable \tcode{prev} of type \tcode{position_iterator}
12740+
with automatic storage duration, initialized with the value of \tcode{position}.
1274212741

1274312742
\pnum
1274412743
If \tcode{*this} is a suffix iterator, sets \tcode{*this} to an

0 commit comments

Comments
 (0)