skip_list icon indicating copy to clipboard operation
skip_list copied to clipboard

Feature request: a skip-list based ordered map container

Open 191919 opened this issue 13 years ago • 0 comments

and, sometimes code like this are not standard-complaint, but it is very useful.

class A { skip_list_map<int, A>::iterator begin(); };

It is supported in std::map and boost::unordered_map (before 1.48.0), but not std::tr1::unordered_map.

Thank you.

191919 avatar Feb 18 '12 10:02 191919