This task is a followup to https://bugs.chromium.org/p/chromium/issues/detail?id=671759
We currently do not implement:
* templated versions of lookup algorithms, introduced for std::set in C++14 (requires implementing less<>).
We might want to:
* expose underlying_type in the interface (including some form of efficient conversions to and from) instead of allocator.
* expose extract method, that returns key_type (unlike node_type from c++17) to improve interface for move only elements of sets.
Comment 1 by rbyers@chromium.org
, Jan 18 2017Components: Internals>Core