Implement ranges::take_while_view - #1372
Merged
Stephan T. Lavavej (StephanTLavavej) merged 7 commits intoNov 6, 2020
Merged
Conversation
Michael Schellenberger Costa (miscco)
requested a review
from a team
as a code owner
October 14, 2020 13:30
Closed
Casey Carter (CaseyCarter)
suggested changes
Oct 29, 2020
Casey Carter (CaseyCarter)
left a comment
Contributor
There was a problem hiding this comment.
I'm sure some of these comments will be stomped since you've been updating while I'm reviewing - I'll do a followup and make sure nothing gets lost.
Casey Carter (CaseyCarter)
suggested changes
Oct 30, 2020
Casey Carter (CaseyCarter)
approved these changes
Oct 30, 2020
Contributor
Author
|
Casey Carter (@CaseyCarter), you are too fast Thanks for a lazy evening for me ;) |
Stephan T. Lavavej (StephanTLavavej)
requested changes
Nov 4, 2020
Casey Carter (CaseyCarter)
requested a review
from Stephan T. Lavavej (StephanTLavavej)
November 4, 2020 05:34
Stephan T. Lavavej (StephanTLavavej)
approved these changes
Nov 4, 2020
Stephan T. Lavavej (StephanTLavavej)
added a commit
to StephanTLavavej/STL
that referenced
this pull request
Nov 5, 2020
Stephan T. Lavavej (StephanTLavavej)
added a commit
to StephanTLavavej/STL
that referenced
this pull request
Nov 5, 2020
Member
|
I'll take a moment while merging this batch of PRs to say that in my view, the rest of this pun is left as an exercise to the reader. 😼 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Addresses #39
Note I still need to write an LWG issue for the precondition on
end()