-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feature/spaceship: Clause 22: Container Iterators #1648
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
feature/spaceship: Clause 22: Container Iterators #1648
Conversation
CaseyCarter
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.
What about basic_string and basic_string_view? (span is also notably covered by the Standard requirement, but we certainly have <=> for its iterators with test coverage elsewhere.)
Urgh char_traits and string literal overloads... |
The iterator |
I just pushed a commit for that ;) I like it when you agree that others should do the hard work |
CaseyCarter
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.
I've made a small change to add TRANSITION, GH-1635 to the two commented-out lines that would/could/should cover that work.
`TRANSITION` the commented-out code.
CaseyCarter
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.
Apply warning cleanup for tests.
Cleanup unused variable warnings.
|
I've pushed the following changes:
|
|
Thanks for implementing this Secret Bonus Round of spaceships! 🥇 🛸 😹 |
This implements spaceship for the container iterators