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 1223812238constructs an end-of-sequence iterator object,
1223912239which is the only legitimate iterator to be used for the end
1224012240condition. 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
1224312243\tcode {operator->} on an end-of-sequence iterator is not defined. For any other
1224412244iterator value a \tcode {const match_results<BidirectionalIterator>*} is
1224512245returned. It is impossible to store things into \tcode {regex_iterator}s. Two
You can’t perform that action at this time.
0 commit comments