Skip to content

Commit dfdc64c

Browse files
authored
[basic.scope.scope] Update the note about special cases (#7594)
1 parent 706f050 commit dfdc64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@
933933
certain \grammarterm{elaborated-type-specifier}s\iref{dcl.type.elab}
934934
target a larger enclosing scope.
935935
\item
936-
Block-scope extern declarations target a larger enclosing scope
937-
but bind a name in their immediate scope.
936+
Block-scope extern or function declarations target a larger enclosing scope
937+
but bind a name in their immediate scope\iref{dcl.meaning.general}.
938938
\item
939939
The names of unscoped enumerators are bound
940940
in the two innermost enclosing scopes\iref{dcl.enum}.

0 commit comments

Comments
 (0)