$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78368 - trunk/boost/unordered/detail
From: dnljms_at_[hidden]
Date: 2012-05-07 14:09:26
Author: danieljames
Date: 2012-05-07 14:09:25 EDT (Mon, 07 May 2012)
New Revision: 78368
URL: http://svn.boost.org/trac/boost/changeset/78368
Log:
Unordered: Fix destroy to match construct in last commit.
Text files modified: 
   trunk/boost/unordered/detail/allocator_helpers.hpp |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/unordered/detail/allocator_helpers.hpp
==============================================================================
--- trunk/boost/unordered/detail/allocator_helpers.hpp	(original)
+++ trunk/boost/unordered/detail/allocator_helpers.hpp	2012-05-07 14:09:25 EDT (Mon, 07 May 2012)
@@ -472,7 +472,8 @@
 
 #endif
 
-#if defined(BOOST_UNORDERED_VARIADIC_MOVE)
+#if BOOST_UNORDERED_DETAIL_FULL_CONSTRUCT
+
         template <typename T>
         static typename boost::enable_if_c<
                 boost::unordered::detail::has_destroy<Alloc, T>::value>::type