$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: xushiweizh_at_[hidden]
Date: 2008-06-20 11:41:52
Author: xushiwei
Date: 2008-06-20 11:41:51 EDT (Fri, 20 Jun 2008)
New Revision: 46562
URL: http://svn.boost.org/trac/boost/changeset/46562
Log:
t
Text files modified:
sandbox/memory/boost/memory/auto_alloc.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/memory/boost/memory/auto_alloc.hpp
==============================================================================
--- sandbox/memory/boost/memory/auto_alloc.hpp (original)
+++ sandbox/memory/boost/memory/auto_alloc.hpp 2008-06-20 11:41:51 EDT (Fri, 20 Jun 2008)
@@ -60,8 +60,8 @@
char* m_begin;
char* m_end;
- DestroyNode* m_destroyChain;
AllocT m_alloc;
+ DestroyNode* m_destroyChain;
private:
const region_alloc& operator=(const region_alloc&);