$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52550 - sandbox/memory/boost/memory
From: xushiweizh_at_[hidden]
Date: 2009-04-22 14:19:26
Author: xushiwei
Date: 2009-04-22 14:19:26 EDT (Wed, 22 Apr 2009)
New Revision: 52550
URL: http://svn.boost.org/trac/boost/changeset/52550
Log:
tt
Text files modified: 
   sandbox/memory/boost/memory/fixed_alloc.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/memory/boost/memory/fixed_alloc.hpp
==============================================================================
--- sandbox/memory/boost/memory/fixed_alloc.hpp	(original)
+++ sandbox/memory/boost/memory/fixed_alloc.hpp	2009-04-22 14:19:26 EDT (Wed, 22 Apr 2009)
@@ -76,9 +76,9 @@
 
 #pragma pack()
 
-	AllocT m_alloc;
-	dcl_list<MemBlock> m_blks;
         dcl_list<FreeChunk> m_freelist;
+	dcl_list<MemBlock> m_blks;
+	AllocT m_alloc;
         size_type m_cbChunk;
         size_type m_nMaxPerBlock;
         MemBlock* m_lastBlock;