Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53971 - sandbox/monotonic/libs/monotonic/doc
From: christian.schladetsch_at_[hidden]
Date: 2009-06-16 01:20:29


Author: cschladetsch
Date: 2009-06-16 01:20:29 EDT (Tue, 16 Jun 2009)
New Revision: 53971
URL: http://svn.boost.org/trac/boost/changeset/53971

Log:
update to dox, VS will prolly corrupt it all

Text files modified:
   sandbox/monotonic/libs/monotonic/doc/index.html | 4 +++-
   1 files changed, 3 insertions(+), 1 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-16 01:20:29 EDT (Tue, 16 Jun 2009)
@@ -51,7 +51,9 @@
                 Motivation
             </h2>
             <p>
- We would sometimes like for containers to use the stack for
+ We want our code to be fast and not fragment the heap.</p>
+ <p>
+ We would sometimes like containers to use the stack for
                 their storage. In
                 this way, for example, a map&lt;K, list&lt; vector&lt;T&gt; &gt; &gt; can use storage from the stack
                 for the map, the list and the vector, rather than


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