Skip to content

Commit 5ddaef3

Browse files
[re.regiter.deref] Mistakenly dropped \range
1 parent d5b8653 commit 5ddaef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -12429,7 +12429,7 @@
1242912429
In all cases in which the call to \tcode{regex_search} returns \tcode{true},
1243012430
\tcode{match.prefix().first} shall be equal to the previous value of
1243112431
\tcode{match[0].second}, and for each index \tcode{i} in the half-open range
12432-
\tcode{[0, match.size())} for which \tcode{match[i].matched} is \tcode{true},
12432+
\range{0}{match.size()} for which \tcode{match[i].matched} is \tcode{true},
1243312433
\tcode{match.position(i)}
1243412434
shall return \tcode{distance(begin, match[i].\brk{}first)}.
1243512435

0 commit comments

Comments
 (0)