$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53995 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-17 00:04:48
Author: cschladetsch
Date: 2009-06-17 00:04:47 EDT (Wed, 17 Jun 2009)
New Revision: 53995
URL: http://svn.boost.org/trac/boost/changeset/53995
Log:
changed comment
Text files modified:
sandbox/monotonic/boost/monotonic/allocator.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/allocator.h
==============================================================================
--- sandbox/monotonic/boost/monotonic/allocator.h (original)
+++ sandbox/monotonic/boost/monotonic/allocator.h 2009-06-17 00:04:47 EDT (Wed, 17 Jun 2009)
@@ -16,7 +16,7 @@
{
namespace monotonic
{
- /// a monotonic allocator has a no-op deallocate() method
+ /// a monotonic allocator has a storage buffer and a no-op deallocate() method
template <class>
struct allocator;