Skip to content
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

Fix incorrect use of scope #189

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

FrankHB
Copy link

@FrankHB FrankHB commented Jul 27, 2024

Use of function-scope is changed to block-scope. This is similar to LWG 2240.

Use of function-scope is changed to block-scope. This is similar to LWG 2240.
Wording in 5.1.4.4 should match 2.8. That is, it also applies to references.
File scope is a C feature, which is the global scope in C++, as a special case of namespace scope.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant