Skip to content

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

Open
@joaquintides

Description

@joaquintides

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    lwgIssue must be reviewed by LWG.not-editorialIssue is not deemed editorial; the editorial issue is kept open for tracking.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions