Skip to content

Commit 55025ba

Browse files
committed
Merge 2016-02 CWG Motion 9
2 parents 98e10bd + 747777f commit 55025ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/statements.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,9 @@
534534
\begin{ncbnftab}
535535
\terminal{\{}\br
536536
\>\terminal{auto \&\&__range =} for-range-initializer \terminal{;}\br
537-
\>\terminal{for ( auto __begin =} begin-expr \terminal{,}\br
538-
\>\terminal{ \ \ \ \ \ \ \ \ \ \ __end =} end-expr \terminal{;}\br
539-
\>\terminal{ \ \ \ \ \ __begin != __end;}\br
540-
\>\terminal{ \ \ \ \ \ ++__begin ) \{}\br
537+
\>\terminal{auto __begin =} begin-expr \terminal{;}\br
538+
\>\terminal{auto __end =} end-expr \terminal{;}\br
539+
\>\terminal{for ( ; __begin != __end; ++__begin ) \{}\br
541540
\>\>for-range-declaration \terminal{= *__begin;}\br
542541
\>\>statement\br
543542
\>\terminal{\}}\br

0 commit comments

Comments
 (0)