$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54029 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-17 18:31:05
Author: cschladetsch
Date: 2009-06-17 18:31:04 EDT (Wed, 17 Jun 2009)
New Revision: 54029
URL: http://svn.boost.org/trac/boost/changeset/54029
Log:
updated comments
Text files modified: 
   sandbox/monotonic/boost/monotonic/forward_declarations.hpp |     6 ++++++                                  
   1 files changed, 6 insertions(+), 0 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/forward_declarations.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/forward_declarations.hpp	(original)
+++ sandbox/monotonic/boost/monotonic/forward_declarations.hpp	2009-06-17 18:31:04 EDT (Wed, 17 Jun 2009)
@@ -48,8 +48,14 @@
                 struct static_storage_base;
 
                 /// a monotonic allocator has a storage buffer and a no-op deallocate() method
+		/// default to use static_storage_base<..., storage>
                 template <class> 
                 struct allocator;
+
+		/// a monotonic allocator has a shared storage buffer and a no-op deallocate() method
+		/// defaults to use static_storage_base<..., shared_storage>
+		template <class> 
+		struct shared_allocator;
         }
 }