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