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 c92eb3a commit b06c3eeCopy full SHA for b06c3ee
source/basic.tex
@@ -722,6 +722,12 @@
722
variable~(\ref{dcl.fct.def}) is immediately before the
723
\grammarterm{function-body} of a function definition.
724
725
+\pnum
726
+The point of declaration for the variable or the structured bindings
727
+declared in the \grammarterm{for-range-declaration}
728
+of a range-based \tcode{for} statement~(\ref{stmt.ranged})
729
+is immediately after the \grammarterm{for-range-initializer}.
730
+
731
\pnum
732
The point of declaration for a template parameter is immediately after its complete
733
\grammarterm{template-parameter}. \begin{example}
0 commit comments