We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ea606 commit 0e18e46Copy full SHA for 0e18e46
source/text.tex
@@ -12238,8 +12238,8 @@
12238
constructs an end-of-sequence iterator object,
12239
which is the only legitimate iterator to be used for the end
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
+defined. For any other iterator value a
+\tcode{const match_results<BidirectionalIterator>\&} is returned. The result of
12243
\tcode{operator->} on an end-of-sequence iterator is not defined. For any other
12244
iterator value a \tcode{const match_results<BidirectionalIterator>*} is
12245
returned. It is impossible to store things into \tcode{regex_iterator}s. Two
0 commit comments