forked from boostorg/unordered
Unordered: Remove another use of BOOST_RV_REF for sun.
[SVN r73972]
This commit is contained in:
@ -38,10 +38,12 @@ namespace detail {
|
|||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if BOOST_UNORDERED_USE_RV_REF
|
||||||
static key_type const& extract(BOOST_RV_REF(key_type) v)
|
static key_type const& extract(BOOST_RV_REF(key_type) v)
|
||||||
{
|
{
|
||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static no_key extract()
|
static no_key extract()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user