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 C++ std::ranges #253

Merged
merged 5 commits into from
Nov 18, 2024
Merged

Use C++ std::ranges #253

merged 5 commits into from
Nov 18, 2024

Conversation

rbrich
Copy link
Owner

@rbrich rbrich commented Nov 18, 2024

Not everything is in C++20 ranges, but use what is available. Mixing with range-v3 seems to also work, but I skipped those parts that would require it.

@rbrich rbrich force-pushed the ranges branch 2 times, most recently from 8feffa0 to 4273538 Compare November 18, 2024 22:36
@rbrich rbrich marked this pull request as ready for review November 18, 2024 22:50
@rbrich rbrich enabled auto-merge November 18, 2024 22:56
@rbrich rbrich merged commit f1ecdfe into master Nov 18, 2024
21 checks passed
@rbrich rbrich deleted the ranges branch November 18, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant