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

[tab:container.node.compat] is missing some compatibility cases LWG 3438 #3967

Open
joaquintides opened this issue Apr 29, 2020 · 2 comments
Labels
lwg Issue must be reviewed by LWG. not-editorial Issue is not deemed editorial; the editorial issue is kept open for tracking.

Comments

@joaquintides
Copy link

The aforementioned table lists which containers have compatible nodes. Seems like these three rows are missing:

multimap<K, T, C1, A> multimap<K, T, C2, A>
multiset<K, C1, A> multiset<K, C2, A>
unordered_­multimap<K, T, H1, E1, A> unordered_­multimap<K, T, H2, E2, A>
unordered_­multiset<K, H1, E1, A> unordered_­multiset<K, H2, E2, A>
@jensmaurer jensmaurer added the lwg Issue must be reviewed by LWG. label Apr 29, 2020
@jensmaurer
Copy link
Member

jensmaurer commented Apr 29, 2020

This seems non-editorial to me.
Forwarded to LWG reflector for feedback: http://lists.isocpp.org/lib/2020/04/16075.php

@Dani-Hub
Copy link
Member

Dani-Hub commented May 1, 2020

A corresponding Library issue exists now as LWG 3438

@jensmaurer jensmaurer added the not-editorial Issue is not deemed editorial; the editorial issue is kept open for tracking. label May 1, 2020
@jensmaurer jensmaurer changed the title [tab:container.node.compat] is missing some compatibility cases [tab:container.node.compat] is missing some compatibility cases LWG 3438 May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lwg Issue must be reviewed by LWG. not-editorial Issue is not deemed editorial; the editorial issue is kept open for tracking.
Projects
None yet
Development

No branches or pull requests

3 participants