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 an underlying fstream instead of a FILE* for PBPReader #6537

Closed
wants to merge 1 commit into from
Closed

Conversation

lioncash
Copy link
Contributor

No description provided.

@hrydgard
Copy link
Owner

Seems like change for the sake of change. The code does not become significantly more readable, in fact I would argue the opposite as more people are familiar with FILE* than fstream.

@lioncash
Copy link
Contributor Author

IMO, it's exactly the same thing, sans the need to explicitly handle closing (which was the intent here, probably should have clarified that in the comments). If you feel it's unnecessary though, feel free to close this.

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