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 7cc0d76 commit 5a74d0aCopy full SHA for 5a74d0a
source/statements.tex
@@ -537,7 +537,7 @@
537
is equivalent to
538
539
\begin{codeblock}
540
-{
+@\{@
541
auto && __range = range-init;
542
for ( auto __begin = begin-expr,
543
__end = end-expr;
@@ -546,7 +546,7 @@
546
@\textit{for-range-declaration}@ = *__begin;
547
@\textit{statement}@
548
}
549
-}
+@\}@
550
\end{codeblock}
551
552
where \tcode{__range}, \tcode{__begin}, and \tcode{__end} are variables defined for
0 commit comments