Skip to content

Commit 67a8b1c

Browse files
authored
[re.results.general] Add match_results::const_iterator to index of implementation-defined behavior
1 parent 16dfc43 commit 67a8b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,7 +2176,7 @@
21762176
using value_type = sub_match<BidirectionalIterator>;
21772177
using const_reference = const value_type&;
21782178
using reference = value_type&;
2179-
using const_iterator = @{\impdef}@;
2179+
using const_iterator = @\impdefx{type of \tcode{match_results::const_iterator}}@;
21802180
using iterator = const_iterator;
21812181
using difference_type =
21822182
typename iterator_traits<BidirectionalIterator>::difference_type;

0 commit comments

Comments
 (0)