Unordered: Remove another use of BOOST_RV_REF for sun.

[SVN r73972]
This commit is contained in:
Daniel James
2011-08-20 23:34:38 +00:00
parent 53bdec8aab
commit 785a6def3b

View File

@ -38,10 +38,12 @@ namespace detail {
return v;
}
#if BOOST_UNORDERED_USE_RV_REF
static key_type const& extract(BOOST_RV_REF(key_type) v)
{
return v;
}
#endif
static no_key extract()
{