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

Reserved Identifiers Used In Header Guards #174

Open
insertinterestingnamehere opened this issue Nov 6, 2023 · 0 comments
Open

Reserved Identifiers Used In Header Guards #174

insertinterestingnamehere opened this issue Nov 6, 2023 · 0 comments

Comments

@insertinterestingnamehere
Copy link
Collaborator

We shouldn't be using identifiers structured like _QT_HEADERNAME_H_ since these are reserved identifiers in the C standard. I'm seeing these kinds of things in the header include guards, but there are probably more examples floating around.

This more of a language lawyer thing though since current compilers do let this kind of thing slide. Because of this, it's low-priority right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant