$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost.Container] Need map supporting incomplete type and heterogeneous lookup
From: dariomt_at_[hidden]
Date: 2015-11-30 05:13:00
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!