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 9304721 commit 3350363Copy full SHA for 3350363
source/statements.tex
@@ -542,7 +542,7 @@
542
is equivalent to
543
544
\begin{codeblock}
545
-{
+@\{@
546
auto && __range = range-init;
547
for ( auto __begin = begin-expr,
548
__end = end-expr;
@@ -551,7 +551,7 @@
551
@\textit{for-range-declaration}@ = *__begin;
552
@\textit{statement}@
553
}
554
-}
+@\}@
555
\end{codeblock}
556
557
where \tcode{__range}, \tcode{__begin}, and \tcode{__end} are variables defined for
0 commit comments