Subject: [Boost-commit] svn:boost r53994 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-17 00:04:21


Author: cschladetsch
Date: 2009-06-17 00:04:21 EDT (Wed, 17 Jun 2009)
New Revision: 53994
URL: http://svn.boost.org/trac/boost/changeset/53994

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:21 EDT (Wed, 17 Jun 2009)
@@ -16,7 +16,7 @@
 {
         namespace monotonic
         {
- /// a monotonic allocator always increases in size
+ /// a monotonic allocator has a no-op deallocate() method
                 template <class>
                 struct allocator;