$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78347 - trunk/boost/unordered/detail
From: dnljms_at_[hidden]
Date: 2012-05-06 08:28:06
Author: danieljames
Date: 2012-05-06 08:28:05 EDT (Sun, 06 May 2012)
New Revision: 78347
URL: http://svn.boost.org/trac/boost/changeset/78347
Log:
Unordered: allocator_helpers.hpp was moved.
Text files modified: 
   trunk/boost/unordered/detail/allocator_helpers.hpp |     2 +-                                      
   1 files changed, 1 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-06 08:28:05 EDT (Sun, 06 May 2012)
@@ -54,7 +54,7 @@
 #if BOOST_UNORDERED_USE_ALLOCATOR_TRAITS == 1
 #  include <memory>
 #elif BOOST_UNORDERED_USE_ALLOCATOR_TRAITS == 2
-#  include <boost/container/allocator/allocator_traits.hpp>
+#  include <boost/container/allocator_traits.hpp>
 #endif
 
 #if !defined(BOOST_NO_0X_HDR_TYPE_TRAITS)