Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50529 - sandbox/memory/boost
From: xushiweizh_at_[hidden]
Date: 2009-01-10 02:32:24


Author: xushiwei
Date: 2009-01-10 02:32:23 EST (Sat, 10 Jan 2009)
New Revision: 50529
URL: http://svn.boost.org/trac/boost/changeset/50529

Log:
compiling error fix
Text files modified:
   sandbox/memory/boost/memory.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/memory/boost/memory.hpp
==============================================================================
--- sandbox/memory/boost/memory.hpp (original)
+++ sandbox/memory/boost/memory.hpp 2009-01-10 02:32:23 EST (Sat, 10 Jan 2009)
@@ -202,6 +202,7 @@
     struct rebind { typedef stl_allocator<U, scoped_alloc> other; };
 };
 
+/*
 template<> class stl_allocator<void, gc_alloc>
 {
 public:
@@ -212,6 +213,7 @@
     template <class U>
     struct rebind { typedef stl_allocator<U, scoped_alloc> other; };
 };
+*/
 
 #endif
 


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