Subject: [Boost-commit] svn:boost r61361 - sandbox/memory/boost/memory
From: xushiweizh_at_[hidden]
Date: 2010-04-18 12:16:30


Author: xushiwei
Date: 2010-04-18 12:16:30 EDT (Sun, 18 Apr 2010)
New Revision: 61361
URL: http://svn.boost.org/trac/boost/changeset/61361

Log:
NS_BOOST_MEMORY_POLICY::stdlib
Text files modified:
   sandbox/memory/boost/memory/pools.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/memory/boost/memory/pools.hpp
==============================================================================
--- sandbox/memory/boost/memory/pools.hpp (original)
+++ sandbox/memory/boost/memory/pools.hpp 2010-04-18 12:16:30 EDT (Sun, 18 Apr 2010)
@@ -237,7 +237,7 @@
         }
 };
 
-typedef pools_alloc<stdlib> pools;
+typedef pools_alloc<NS_BOOST_MEMORY_POLICY::stdlib> pools;
 
 // -------------------------------------------------------------------------