We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\range
1 parent d5b8653 commit 5ddaef3Copy full SHA for 5ddaef3
source/text.tex
@@ -12429,7 +12429,7 @@
12429
In all cases in which the call to \tcode{regex_search} returns \tcode{true},
12430
\tcode{match.prefix().first} shall be equal to the previous value of
12431
\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},
+\range{0}{match.size()} for which \tcode{match[i].matched} is \tcode{true},
12433
\tcode{match.position(i)}
12434
shall return \tcode{distance(begin, match[i].\brk{}first)}.
12435
0 commit comments