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

moved MyFileInfo definitions into source files #4697

Merged
merged 4 commits into from
Oct 21, 2023

Conversation

firewave
Copy link
Collaborator

@firewave firewave commented Jan 9, 2023

No description provided.

@danmar
Copy link
Owner

danmar commented Jan 18, 2023

I don't really see the point.

CheckBufferOverrun::MyFileInfo is only supposed to be used in CheckBufferOverrun so it makes sense to hide it in that scope.

@firewave
Copy link
Collaborator Author

There's no need to make these "visible" outside of the class as they are only used internally. As they are private they are obviously not accessible and do not pollute any scopes. But they might require you to add includes to the headers which are necessary.

@firewave firewave force-pushed the check-myfileinfo branch 4 times, most recently from 86b2478 to 3081993 Compare August 1, 2023 13:30
@danmar
Copy link
Owner

danmar commented Aug 7, 2023

well I don't have a strong opinion.

@firewave firewave marked this pull request as draft October 20, 2023 14:21
@firewave firewave marked this pull request as ready for review October 20, 2023 14:33
@firewave
Copy link
Collaborator Author

I don't really see the point.

Maybe the include cleanup helps to get my point across.

@danmar
Copy link
Owner

danmar commented Oct 21, 2023

Maybe the include cleanup helps to get my point across.

Yes :-)

@danmar danmar merged commit 09785a4 into danmar:main Oct 21, 2023
74 checks passed
@firewave firewave deleted the check-myfileinfo branch October 21, 2023 15:01
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.

2 participants