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

Stream update #189

Closed
wants to merge 30 commits into from
Closed

Stream update #189

wants to merge 30 commits into from

Conversation

OldFoolAgain
Copy link
Contributor

This is based on js-upgrade, and orginization pull.
It might have vs2017 deleted (as in my branch, I don't maintain that).
Essentially this just fixes all the stream header usage. Most of UOX3 used if stream/ofstream in the calls. It should have used istream/ostream for the passing. So one could open a string stream, or any other stream, given the lowest base class. For the actual stream you create, that is ifstream/ofstream, but the passing is istream/ostream.
I picked develop since I didn't know what other branch of yours to use. Feel free, or not.
Just code cleanup.

@Xoduz Xoduz changed the base branch from develop to feature/JS-upgrade August 27, 2023 12:19
@Xoduz Xoduz deleted the branch UOX3DevTeam:feature/JS-upgrade August 27, 2023 21:48
@Xoduz Xoduz closed this Aug 27, 2023
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.

3 participants