Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58672 - trunk/libs/circular_buffer/doc
From: jano_gaspar_at_[hidden]
Date: 2010-01-04 07:39:18


Author: jano_gaspar
Date: 2010-01-04 07:39:18 EST (Mon, 04 Jan 2010)
New Revision: 58672
URL: http://svn.boost.org/trac/boost/changeset/58672

Log:
circular_buffer: updated documentation
Text files modified:
   trunk/libs/circular_buffer/doc/circular_buffer.html | 9 +++++----
   1 files changed, 5 insertions(+), 4 deletions(-)

Modified: trunk/libs/circular_buffer/doc/circular_buffer.html
==============================================================================
--- trunk/libs/circular_buffer/doc/circular_buffer.html (original)
+++ trunk/libs/circular_buffer/doc/circular_buffer.html 2010-01-04 07:39:18 EST (Mon, 04 Jan 2010)
@@ -7358,11 +7358,12 @@
       <dd>
         <ul>
           <li>Added methods <code>erase_begin(size_type)</code> and <code>erase_end(size_type)</code> with constant
- complexity for such types of stored elements which do not need an explicit destruction.
+ complexity for such types of stored elements which do not need an explicit destruction e.g. <code>int</code>
+ or <code>double</code>.
           </li>
- <li>Changed implementation of <code>clear()</code> method and the destructor so their complexity is now
- constant for such types of stored elements which do not require an explicit destruction (the complexity for
- other types remains linear).
+ <li>Similarly changed implementation of the <code>clear()</code> method and the destructor so their
+ complexity is now constant for such types of stored elements which do not require an explicit destruction
+ (the complexity for other types remains linear).
           </li>
         </ul>
       </dd>


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