boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
96 stars 116 forks source link

Heterogenous lookup for unordered_map #189

Closed vinniefalco closed 2 years ago

vinniefalco commented 2 years ago

New in C++20, this seems missing from Boost.Container?

igaztanaga commented 2 years ago

unordered_map is not part of Boost.Container, but Boost.Unordered...

vinniefalco commented 2 years ago

@igaztanaga Boost.Unordered is unmaintained. Is there any chance you could take it over? I mean, you are an expert of containers :) Or if you can't do it, could you please suggest someone who might be skilled enough to do it?