Skip to content

Commit 1335e42

Browse files
committed
[iterator.concept.sizedsentinel] Avoid potential ambiguity between
inclusive and exclusive "or" by using "and/or".
1 parent b050fd4 commit 1335e42

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
@@ -1585,7 +1585,7 @@
15851585
Pursuant to \ref{namespace.std},
15861586
users may specialize \tcode{disable_sized_sentinel}
15871587
for cv-unqualified non-array object types \tcode{S} and \tcode{I}
1588-
if either \tcode{S} or \tcode{I} is a program-defined type.
1588+
if \tcode{S} and/or \tcode{I} is a program-defined type.
15891589
Such specializations shall
15901590
be usable in constant expressions\iref{expr.const} and
15911591
have type \tcode{const bool}.

0 commit comments

Comments
 (0)