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 .hpp extension for private C++ headers #208

Open
ChrisThrasher opened this issue Nov 2, 2023 · 1 comment · May be fixed by #220
Open

Use .hpp extension for private C++ headers #208

ChrisThrasher opened this issue Nov 2, 2023 · 1 comment · May be fixed by #220
Labels

Comments

@ChrisThrasher
Copy link
Member

All of the headers in src/ are actually C++ code since they use C++ headers and C++ symbols. We should use a .hpp extension for such files instead of .h.

@eXpl0it3r
Copy link
Member

The title says it, I just want to reemphasize that this only applies to the private C++ headers, not the C headers in the include directory. 😄

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

Successfully merging a pull request may close this issue.

2 participants