Skip to content

P1222 A Standard flatset #148

Closed
Closed
@jensmaurer

Description

@jensmaurer
Member

P1222R1 A Standard flatset (Zach Laine)

Activity

added this to the 2019-02 milestone on Jan 26, 2019
added
LEWGLibrary Evolution
LWGLibrary
and removed
LWGLibrary
on Jan 26, 2019
added
LWGLibrary
and removed
LEWGLibrary Evolution
on Feb 21, 2019
tituswinters

tituswinters commented on Feb 21, 2019

@tituswinters

LEWG in Kona:
Define the iterator is not the same as the underlying.
SF F N A SA
0 5 3 2 0

Define the iterator is the same as the underlying.
SF F N A SA
0 1 3 7 1

Leave the iterator unspecified wrt. the underlying.
SF F N A SA
2 9 2 0 1

Delete the constructors for flat_set from containers that are not its container_type.
Unanimous consent

Make the above changes, forward to LWG for C++20.
SF F N A SA
0 5 5 1 0

removed this from the 2019-02 milestone on Mar 21, 2019
wg21bot

wg21bot commented on Jun 23, 2019

@wg21bot
Collaborator

P1222R2 A Standard flat_set (Zach Laine)

added this to the 2019-07 milestone on Jun 23, 2019
modified the milestones: 2019-07, 2019-11 on Aug 23, 2019
mclow

mclow commented on Nov 3, 2019

@mclow

This was not adopted for C++20. Removing the "C++20" label.

41 remaining items

Loading
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

    C++23Targeted at C++23ISShip vehicle: ISLWGLibraryplenary-approvedPapers approved for inclusion in their target vehicle by plenary vote.tentatively-ready-for-plenaryReviewed between meetings; ready for a vote.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mclow@brycelelbach@ben-craig@cor3ntin@JeffGarland

        Issue actions

          P1222 A Standard flatset · Issue #148 · cplusplus/papers