forked from boostorg/unordered
Use remove_const again.
[SVN r57840]
This commit is contained in:
@ -75,7 +75,7 @@ namespace unordered_detail {
|
|||||||
struct map_extractor
|
struct map_extractor
|
||||||
{
|
{
|
||||||
typedef ValueType value_type;
|
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)
|
static key_type const& extract(value_type const& v)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user