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

Use #pragma once for all headers #634

Closed
bluetech opened this issue Jan 30, 2025 · 0 comments
Closed

Use #pragma once for all headers #634

bluetech opened this issue Jan 30, 2025 · 0 comments
Assignees

Comments

@bluetech
Copy link
Member

We currently have a mix of include headers, pragma once and some missing.

pragma once is not standard but is widely supported, and we already use it with no issues, so I'd say it's not a problem.

Let's convert all headers to pragma once to avoid the annoying include guards.

@bluetech bluetech self-assigned this Jan 30, 2025
@bluetech bluetech closed this as completed Feb 6, 2025
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

No branches or pull requests

1 participant