Skip to content

Commit 4340286

Browse files
[re.regiter.incr] Replace the uses of "local variable"
... with "variable with automatic storage duration"
1 parent 8ffcd99 commit 4340286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/text.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12390,7 +12390,8 @@
1239012390
\begin{itemdescr}
1239112391
\pnum
1239212392
\effects
12393-
Constructs a local variable \tcode{start} of type \tcode{BidirectionalIterator} and
12393+
Constructs a variable \tcode{start} of type \tcode{BidirectionalIterator}
12394+
with automatic storage duration and
1239412395
initializes it with the value of \tcode{match[0].second}.
1239512396

1239612397
\pnum

0 commit comments

Comments
 (0)