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.
1 parent 8bed954 commit 747777fCopy full SHA for 747777f
source/statements.tex
@@ -533,10 +533,9 @@
533
\begin{ncbnftab}
534
\terminal{\{}\br
535
\>\terminal{auto \&\&__range =} for-range-initializer \terminal{;}\br
536
-\>\terminal{for ( auto __begin =} begin-expr \terminal{,}\br
537
-\>\terminal{ \ \ \ \ \ \ \ \ \ \ __end =} end-expr \terminal{;}\br
538
-\>\terminal{ \ \ \ \ \ __begin != __end;}\br
539
-\>\terminal{ \ \ \ \ \ ++__begin ) \{}\br
+\>\terminal{auto __begin =} begin-expr \terminal{;}\br
+\>\terminal{auto __end =} end-expr \terminal{;}\br
+\>\terminal{for ( ; __begin != __end; ++__begin ) \{}\br
540
\>\>for-range-declaration \terminal{= *__begin;}\br
541
\>\>statement\br
542
\>\terminal{\}}\br
0 commit comments