-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[libc++][ranges] P1223R5: find_last
#99312
Merged
Merged
Commits on Jul 17, 2024
-
Implements [P1223R5][] completely. Includes an implementation of `find_last`, `find_last_if`, and `find_last_if_not`. [P1223R5]: https://wg21.link/p1223r5
Configuration menu - View commit details
-
Copy full SHA for c162555 - Browse repository at this point
Copy the full SHA c162555View commit details -
- add `static` to `operator()` - update release notes
Configuration menu - View commit details
-
Copy full SHA for 26fb328 - Browse repository at this point
Copy the full SHA 26fb328View commit details -
Configuration menu - View commit details
-
Copy full SHA for c07e7f8 - Browse repository at this point
Copy the full SHA c07e7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b799d - Browse repository at this point
Copy the full SHA f7b799dView commit details
Commits on Jul 18, 2024
-
(wip) merge ranges_find_last*.h into ranges_find_last.h
Additionally, make __find_last_impl into one function for all three Finally, change the tests for find_last to see if people are good with that version (hopefully, yes, in which case I'll do the rest)
Configuration menu - View commit details
-
Copy full SHA for ec67129 - Browse repository at this point
Copy the full SHA ec67129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9e401 - Browse repository at this point
Copy the full SHA 8b9e401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a52f5 - Browse repository at this point
Copy the full SHA 86a52f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c15f3 - Browse repository at this point
Copy the full SHA 89c15f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d186443 - Browse repository at this point
Copy the full SHA d186443View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a09b6d5 - Browse repository at this point
Copy the full SHA a09b6d5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.