|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81626 - trunk/boost/variant/detail
From: marshall_at_[hidden]
Date: 2012-11-29 12:03:41
Author: marshall
Date: 2012-11-29 12:03:40 EST (Thu, 29 Nov 2012)
New Revision: 81626
URL: http://svn.boost.org/trac/boost/changeset/81626
Log:
Fix a couple more deprecated macros in Boost.Variant
Text files modified:
trunk/boost/variant/detail/initializer.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/variant/detail/initializer.hpp
==============================================================================
--- trunk/boost/variant/detail/initializer.hpp (original)
+++ trunk/boost/variant/detail/initializer.hpp 2012-11-29 12:03:40 EST (Thu, 29 Nov 2012)
@@ -81,7 +81,7 @@
typedef typename unwrap_recursive<recursive_enabled_T>::type
public_T;
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
typedef boost::is_reference<public_T>
is_reference_content_t;
@@ -111,7 +111,7 @@
return BOOST_MPL_AUX_VALUE_WKND(index)::value; // which
}
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
static int initialize(void* dest, param2_T operand)
{
// This assert must newer trigger, because all the reference contents are
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