Hi,

I see that boost::container::map has support for incomplete types.
However, it does not seem to support heterogeneous lookup.
Is this correct?
Are there plans to implement it?

Is there anywhere in Boost a std::map-like associative container that supports incomplete types *and* heterogeneous lookup?

Thanks!