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

[container.node] Move sub-clause to after [sequence.reqmts] #850

Merged
merged 1 commit into from Sep 22, 2016

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented Jul 22, 2016

Resolves #842

@tkoeppe
Copy link
Contributor

tkoeppe commented Jul 25, 2016

That seems like a good place for it. Do you need anyone's final approval for this? @zygoloid, any objections to this move?

@zygoloid
Copy link
Member

If we ever want node handles for list and forward_list, we'll probably want it one subclause earlier, but this is fine for now.

@zygoloid zygoloid merged commit c1f3535 into cplusplus:master Sep 22, 2016
@jwakely
Copy link
Member Author

jwakely commented Sep 22, 2016

We can already splice with lists, and there are none of the problems with keys being const when using a list, so there's little motivation to extract a node in order to muck about with it. If you really want to, you can extract a node into a separate list (i.e. std::list<T>::node_type is std::list<T>)

@jwakely jwakely deleted the issue-842 branch November 23, 2017 20:12
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.

None yet

3 participants