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>

Activity

jensmaurer

jensmaurer commented on Apr 29, 2020

@jensmaurer
Member

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

Dani-Hub

Dani-Hub commented on May 1, 2020

@Dani-Hub
Member

A corresponding Library issue exists now as LWG 3438

added
not-editorialIssue is not deemed editorial; the editorial issue is kept open for tracking.
on May 1, 2020
changed the title [-][tab:container.node.compat] is missing some compatibility cases[/-] [+][tab:container.node.compat] is missing some compatibility cases LWG 3438[/+] on May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @Dani-Hub@joaquintides@jensmaurer

        Issue actions

          [tab:container.node.compat] is missing some compatibility cases LWG 3438 · Issue #3967 · cplusplus/draft