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

Add template implementation file endings #38

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

rath3t
Copy link
Contributor

@rath3t rath3t commented Jan 18, 2024

Thanks for this nice tool!

In tempalte heavy C++ code, the interface of a (member) function and its implementation are seperated in two files .hh and e.g. .inl. This is in contrast to having non-templated .hh and .cpp files.

This PR adds two common line endings for these files.

Copy link
Owner

@TheLartians TheLartians left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, I haven't seen those endings before. Thanks for the PR!

@TheLartians TheLartians merged commit 15b0454 into TheLartians:master Jan 18, 2024
3 checks passed
@rath3t
Copy link
Contributor Author

rath3t commented Jan 18, 2024

Thanks!

@rath3t rath3t deleted the patch-1 branch January 18, 2024 08:36
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 this pull request may close these issues.

None yet

2 participants