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

Remove deprecated std::iterator class #100

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Conversation

heinezen
Copy link
Member

@heinezen heinezen commented Feb 2, 2023

Gets rid of a lot of compiler warnings.

@heinezen heinezen added improvement improves existing functionality c++ involves C++ code labels Feb 2, 2023
@TheJJ TheJJ merged commit 7e88374 into SFTtech:master Feb 2, 2023
@TheJJ
Copy link
Member

TheJJ commented Feb 2, 2023

what's needed to transform them to be ranges directly?

@heinezen heinezen deleted the iterator branch February 2, 2023 13:09
@heinezen
Copy link
Member Author

heinezen commented Feb 2, 2023

@TheJJ Probably not much because they are supposed to be easier to use than iterators. Although we need to rewrite a lot of the container classes I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ involves C++ code improvement improves existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants