llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.92k stars 11.53k forks source link

P1224: A Standard flat_set #99664

Open cjdb opened 1 month ago

cjdb commented 1 month ago

Specified by https://eel.is/c++draft/flat.set.

ldionne commented 1 month ago

@huixie90 Has already started on this paper, so re-assigning to avoid work duplication. I would suggest looking at inplace_vector for another container that we don't implement yet.