$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53992 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-16 23:42:30
Author: cschladetsch
Date: 2009-06-16 23:42:30 EDT (Tue, 16 Jun 2009)
New Revision: 53992
URL: http://svn.boost.org/trac/boost/changeset/53992
Log:
completed decl of static_shared_storage
Text files modified: 
   sandbox/monotonic/boost/monotonic/static_storage.h |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/static_storage.h
==============================================================================
--- sandbox/monotonic/boost/monotonic/static_storage.h	(original)
+++ sandbox/monotonic/boost/monotonic/static_storage.h	2009-06-16 23:42:30 EDT (Tue, 16 Jun 2009)
@@ -64,7 +64,7 @@
                 /// 'static_storage' will be used by a default-constructed monotonic::allocator
                 extern static_storage_base<> static_storage;
 
-		//extern static_storage_base<8*1024, 8*1024*1024, > static_shared_storage;
+		//extern static_storage_base<8*1024, 8*1024*1024, std::allocator<char>, shared_storage> static_shared_storage;
         }
 }