Skip to content

Commit 1cfcbd0

Browse files
committed
Merge 2018-03 CWG Motion 3
2 parents 903c608 + 6af8a32 commit 1cfcbd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/statements.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@
672672
\item if the \grammarterm{for-range-initializer} is an expression of
673673
class type \tcode{C}, the \grammarterm{unqualified-id}{s}
674674
\tcode{begin} and \tcode{end} are looked up in the scope of \tcode{C}
675-
as if by class member access lookup\iref{basic.lookup.classref}, and if either
676-
(or both) finds at least one declaration, \placeholder{begin-expr} and
675+
as if by class member access lookup\iref{basic.lookup.classref}, and if
676+
both find at least one declaration, \placeholder{begin-expr} and
677677
\placeholder{end-expr} are \tcode{__range.begin()} and \tcode{__range.end()},
678678
respectively;
679679

0 commit comments

Comments
 (0)