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 0ca05d2 commit cd69bbcCopy full SHA for cd69bbc
source/basic.tex
@@ -933,8 +933,9 @@
933
certain \grammarterm{elaborated-type-specifier}s\iref{dcl.type.elab}
934
target a larger enclosing scope.
935
\item
936
-Block-scope extern declarations target a larger enclosing scope
937
-but bind a name in their immediate scope.
+Declarations in block scope that have \tcode{extern} specifier
+or declare a function target an innermost namespace scope
938
+but bind a name in their immediate scope\iref{dcl.meaning}.
939
940
The names of unscoped enumerators are bound
941
in the two innermost enclosing scopes\iref{dcl.enum}.
0 commit comments