[P1222R1](https://wg21.link/p1222r1) A Standard flatset (Zach Laine)
Activity
tituswinters commentedon Feb 21, 2019
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
wg21bot commentedon Jun 23, 2019
P1222R2 A Standard flat_set (Zach Laine)
mclow commentedon Nov 3, 2019
This was not adopted for C++20. Removing the "C++20" label.
41 remaining items