Boost logo

Boost-Commit :

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() {


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