Skip to content

Commit 0e18e46

Browse files
authored
[re.regiter.general] Move const into \tcode (#7878)
1 parent 78ea606 commit 0e18e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/text.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -12238,8 +12238,8 @@
1223812238
constructs an end-of-sequence iterator object,
1223912239
which is the only legitimate iterator to be used for the end
1224012240
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
1224312243
\tcode{operator->} on an end-of-sequence iterator is not defined. For any other
1224412244
iterator value a \tcode{const match_results<BidirectionalIterator>*} is
1224512245
returned. It is impossible to store things into \tcode{regex_iterator}s. Two

0 commit comments

Comments
 (0)