Skip to content

[basic.scope.scope] Fix a note about declarations that do not bind names #7238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -889,8 +889,7 @@
inhabits the same scope as the \grammarterm{template-declaration}.
\item
Friend declarations and
declarations of qualified names and
template specializations do not bind names\iref{dcl.meaning};
declarations of template specializations do not bind names\iref{dcl.meaning};
those with qualified names target a specified scope, and
other friend declarations and
certain \grammarterm{elaborated-type-specifier}s\iref{dcl.type.elab}
Expand Down
Loading