Use remove_const again.

[SVN r57840]
This commit is contained in:
Daniel James
2009-11-21 20:37:50 +00:00
parent 3882a61065
commit 1f17294cd3

View File

@ -75,7 +75,7 @@ namespace unordered_detail {
struct map_extractor
{
typedef ValueType value_type;
typedef Key key_type;
typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Key>::type key_type;
static key_type const& extract(value_type const& v)
{