$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: xushiweizh_at_[hidden]
Date: 2008-07-24 23:31:13
Author: xushiwei
Date: 2008-07-24 23:31:13 EDT (Thu, 24 Jul 2008)
New Revision: 47784
URL: http://svn.boost.org/trac/boost/changeset/47784
Log:
typename
Text files modified: 
   sandbox/memory/boost/memory.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/memory/boost/memory.hpp
==============================================================================
--- sandbox/memory/boost/memory.hpp	(original)
+++ sandbox/memory/boost/memory.hpp	2008-07-24 23:31:13 EDT (Thu, 24 Jul 2008)
@@ -79,7 +79,7 @@
         public ContainerT
 {
 private:
-	typedef ContainerT::alloc_type AllocT;
+	typedef typename ContainerT::alloc_type AllocT;
 
 public:
         AllocT& BOOST_MEMORY_CALL get_alloc() {