Skip to content

Commit 2266ff3

Browse files
committed
Merge pull request cplusplus#410 from godbyk/bugfix/undefined-behavior-index-entry
[istreambuf.iterator] Use "behavior, undefined" not "undefined behavior" for index entry as we do everywhere else. Fixes cplusplus#409
2 parents 3a8fed9 + bc3a17a commit 2266ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3024,7 +3024,7 @@
30243024
The result of
30253025
\tcode{operator*()}
30263026
on an end-of-stream iterator is undefined.
3027-
\indextext{undefined behavior}%
3027+
\indextext{behavior!undefined}%
30283028
For any other iterator value a
30293029
\tcode{char_type}
30303030
value is returned.

0 commit comments

Comments
 (0)