$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53113 - sandbox/memory/boost/memory
From: xushiweizh_at_[hidden]
Date: 2009-05-19 13:11:05
Author: xushiwei
Date: 2009-05-19 13:11:03 EDT (Tue, 19 May 2009)
New Revision: 53113
URL: http://svn.boost.org/trac/boost/changeset/53113
Log:
vc++ 6.0
Text files modified:
sandbox/memory/boost/memory/block_pool.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/memory/boost/memory/block_pool.hpp
==============================================================================
--- sandbox/memory/boost/memory/block_pool.hpp (original)
+++ sandbox/memory/boost/memory/block_pool.hpp 2009-05-19 13:11:03 EDT (Tue, 19 May 2009)
@@ -29,7 +29,7 @@
// -------------------------------------------------------------------------
// class proxy_alloc
-template <class AllocT, class TlsAllocT = void>
+template <class AllocT, class TlsAllocT = int>
class proxy_alloc
{
private: