Skip to content

Commit e010cf6

Browse files
Endillltkoeppe
authored andcommitted
[basic.scope.scope] Fix a note about declarations that do not bind names
The note is saying that declarations of qualified names do not bind names, but this is not supported by normative wording in [dcl.meaning]
1 parent 1fafde9 commit e010cf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/basic.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,7 @@
889889
inhabits the same scope as the \grammarterm{template-declaration}.
890890
\item
891891
Friend declarations and
892-
declarations of qualified names and
893-
template specializations do not bind names\iref{dcl.meaning};
892+
declarations of template specializations do not bind names\iref{dcl.meaning};
894893
those with qualified names target a specified scope, and
895894
other friend declarations and
896895
certain \grammarterm{elaborated-type-specifier}s\iref{dcl.type.elab}

0 commit comments

Comments
 (0)