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

[jumbo] Add begin()/end() to Slice. #1202

Merged
merged 1 commit into from
Aug 23, 2024
Merged

[jumbo] Add begin()/end() to Slice. #1202

merged 1 commit into from
Aug 23, 2024

Conversation

pkasting
Copy link
Contributor

@pkasting pkasting commented Aug 8, 2024

This allows this type to meet the requirements of e.g. std::ranges::range, which is necessary for it to work with the std::span range constructor, or the "non-legacy" constructor for Chromium's base::span.

Bug: none

This allows this type to meet the requirements of e.g.
std::ranges::range, which is necessary for it to work with the
std::span range constructor, or the "non-legacy" constructor for
Chromium's base::span.

Bug: none
@huajie3030
Copy link

This allows this type to meet the requirements of e.g. std::ranges::range, which is necessary for it to work with the std::span range constructor, or the "non-legacy" constructor for Chromium's base::span.

Bug: none

@pkasting
Copy link
Contributor Author

@a-sully Do you have permissions to review and land this?

@a-sully a-sully merged commit 23e35d7 into google:main Aug 23, 2024
9 checks passed
@a-sully a-sully self-requested a review August 23, 2024 16:56
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.

3 participants