On Mon, 30 Sep 2024, Patrick Palka wrote:
> This implements the C++23 container adaptors std::flat_set and
> std::flat_multiset from P1222R4. The implementation is essentially
> an simpler and pared down version of std::flat_map.
>
> The main known issues are:
>
> * exception safety is likely
This implements the C++23 container adaptors std::flat_set and
std::flat_multiset from P1222R4. The implementation is essentially
an simpler and pared down version of std::flat_map.
The main known issues are:
* exception safety is likely incomplete/buggy
* unimplemented from_range_t construc