-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
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
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:
|
vmoroz
left a comment
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
RafaelGSS
left a comment
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.
|
Landed in 2e9e844 |
PR-URL: #58028 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Vladimir Morozov <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
In PR #57975, I introduced C++20 ranges as an experiment. This current PR extends the application of ranges to simplify even more code.