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

Make EnumRange iterators usable as iterators in std algorithms #1665

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

Flamefire
Copy link
Member

@Flamefire Flamefire commented May 17, 2024

The range iterator is a forward iterator, so add the necessary typedefs

See #1657 (comment)

@Flamefire Flamefire requested a review from Flow86 May 17, 2024 18:53
@Flamefire Flamefire force-pushed the enum_iterator branch 3 times, most recently from 6102ff9 to 6e4c647 Compare June 9, 2024 12:33
@Flamefire Flamefire enabled auto-merge June 24, 2024 12:15
@Flamefire Flamefire disabled auto-merge June 24, 2024 12:15
@Flamefire Flamefire enabled auto-merge (rebase) June 24, 2024 12:16
auto-merge was automatically disabled June 28, 2024 17:35

Pull Request is not mergeable

The range iterator is a forward iterator, so add the necessary typedefs
@Flamefire Flamefire merged commit c2016f3 into Return-To-The-Roots:master Jul 7, 2024
13 of 14 checks passed
@Flamefire Flamefire deleted the enum_iterator branch July 7, 2024 14:57
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.

1 participant