We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the end of box.h. This is not ideal for two reason :
box.h
box.tpp
Same issue in rectangle.h/rectangle.tpp.
rectangle.h
rectangle.tpp
Ideally, someone should look up conventions or other projects that use template file so we can both:
.h
.tpp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See the end of
box.h
. This is not ideal for two reason :box.tpp
so C++ LSPs don't complain (ymmv)Same issue in
rectangle.h
/rectangle.tpp
.Ideally, someone should look up conventions or other projects that use template file so we can both:
.h
or.tpp
file.The text was updated successfully, but these errors were encountered: