|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73972 - trunk/boost/unordered/detail
From: dnljms_at_[hidden]
Date: 2011-08-20 19:34:39
Author: danieljames
Date: 2011-08-20 19:34:38 EDT (Sat, 20 Aug 2011)
New Revision: 73972
URL: http://svn.boost.org/trac/boost/changeset/73972
Log:
Unordered: Remove another use of BOOST_RV_REF for sun.
Text files modified:
trunk/boost/unordered/detail/extract_key.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/unordered/detail/extract_key.hpp
==============================================================================
--- trunk/boost/unordered/detail/extract_key.hpp (original)
+++ trunk/boost/unordered/detail/extract_key.hpp 2011-08-20 19:34:38 EDT (Sat, 20 Aug 2011)
@@ -38,10 +38,12 @@
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()
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk