-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
src: use ranges library (C++20) more systematically #58028
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
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #58028 +/- ##
=======================================
Coverage 90.27% 90.27%
=======================================
Files 630 630
Lines 186159 186147 -12
Branches 36473 36474 +1
=======================================
- Hits 168053 168050 -3
- Misses 10976 10977 +1
+ Partials 7130 7120 -10
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Added the dont-land labels to the release lines without C++20 support.
In PR #57975, I introduced C++20 ranges as an experiment. This current PR extends the application of ranges to simplify even more code.