File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12238
12238
constructs an end-of-sequence iterator object,
12239
12239
which is the only legitimate iterator to be used for the end
12240
12240
condition. The result of \tcode {operator*} on an end-of-sequence iterator is not
12241
- defined. For any other iterator value a const
12242
- \tcode {match_results<BidirectionalIterator>\& } is returned. The result of
12241
+ defined. For any other iterator value a
12242
+ \tcode {const match_results<BidirectionalIterator>\& } is returned. The result of
12243
12243
\tcode {operator->} on an end-of-sequence iterator is not defined. For any other
12244
12244
iterator value a \tcode {const match_results<BidirectionalIterator>*} is
12245
12245
returned. It is impossible to store things into \tcode {regex_iterator}s. Two
You can’t perform that action at this time.
0 commit comments