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

Using_directive incomplete #17

Closed
d-winsor opened this issue Dec 12, 2019 · 0 comments · Fixed by #193
Closed

Using_directive incomplete #17

d-winsor opened this issue Dec 12, 2019 · 0 comments · Fixed by #193
Assignees

Comments

@d-winsor
Copy link
Contributor

struct Using_directive; // using-directive

Using_directive is either incomplete or not removed as it only exists as a forward reference.

@GabrielDosReis GabrielDosReis self-assigned this Jun 21, 2020
GabrielDosReis added a commit that referenced this issue Mar 16, 2022
Certain Standard C++ constructs are described as declarations by the ISO spec, but they - in fact - do not declare any names.  They act more like directives (e.g. changing the compiler behavior) than introducing a name with a type (possibly with initializer) in a given scope.

Fixes #6
Fixes #17
GabrielDosReis added a commit that referenced this issue Mar 16, 2022
Certain Standard C++ constructs are described as declarations by the ISO spec, but they - in fact - do not declare any names.  They act more like directives (e.g. changing the compiler behavior) than introducing a name with a type (possibly with initializer) in a given scope.

Fixes #6
Fixes #17
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 a pull request may close this issue.

2 participants