We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 903c608 + 6af8a32 commit 1cfcbd0Copy full SHA for 1cfcbd0
source/statements.tex
@@ -672,8 +672,8 @@
672
\item if the \grammarterm{for-range-initializer} is an expression of
673
class type \tcode{C}, the \grammarterm{unqualified-id}{s}
674
\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
+as if by class member access lookup\iref{basic.lookup.classref}, and if
+both find at least one declaration, \placeholder{begin-expr} and
677
\placeholder{end-expr} are \tcode{__range.begin()} and \tcode{__range.end()},
678
respectively;
679
0 commit comments