Skip to content

Commit

Permalink
[re.regiter.deref] Mistakenly dropped \range
Browse files Browse the repository at this point in the history
  • Loading branch information
frederick-vs-ja committed Nov 9, 2024
1 parent ba1f28d commit 8e0171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12429,7 +12429,7 @@
In all cases in which the call to \tcode{regex_search} returns \tcode{true},
\tcode{match.prefix().first} shall be equal to the previous value of
\tcode{match[0].second}, and for each index \tcode{i} in the half-open range
\tcode{[0, match.size())} for which \tcode{match[i].matched} is \tcode{true},
\range{0}{match.size()} for which \tcode{match[i].matched} is \tcode{true},
\tcode{match.position(i)}
shall return \tcode{distance(begin, match[i].\brk{}first)}.

Expand Down

0 comments on commit 8e0171a

Please sign in to comment.