|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53887 - sandbox/monotonic/libs/monotonic/doc
From: christian.schladetsch_at_[hidden]
Date: 2009-06-13 22:11:25
Author: cschladetsch
Date: 2009-06-13 22:11:24 EDT (Sat, 13 Jun 2009)
New Revision: 53887
URL: http://svn.boost.org/trac/boost/changeset/53887
Log:
gah VS is a terrible HTML editor!
OK, this is ridiculous. VisualStudio insists on corrupting the HTML at random times.
Text files modified:
sandbox/monotonic/libs/monotonic/doc/index.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/monotonic/libs/monotonic/doc/index.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/index.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/index.html 2009-06-13 22:11:24 EDT (Sat, 13 Jun 2009)
@@ -66,9 +66,9 @@
efficient use containers for use in recursion, and reducing or removing heap
fragmentation. </p>
<p>
- This is what this library does, by collaborating multiple instances of the same
- type of allocator with a
- common shared storage.
+ This is what this library does, by collaborating multiple instances of
+ monotonic::allocator<T> with a
+ common montonic::storage<N>.
It is a fast allocation system, O(1) to allocate and zero-cost to deallocate; hence the proposed name of a
"monotonic" allocator. </p>
<h2 id="Proposal">
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk