Boost logo

Boost-Commit :

From: jano_gaspar_at_[hidden]
Date: 2008-08-18 04:45:32


Author: jano_gaspar
Date: 2008-08-18 04:45:30 EDT (Mon, 18 Aug 2008)
New Revision: 48189
URL: http://svn.boost.org/trac/boost/changeset/48189

Log:
circular_buffer: updated documentation for Boost 1.37
Text files modified:
   trunk/libs/circular_buffer/doc/circular_buffer.html | 21 ++++++++++++++++-----
   trunk/libs/circular_buffer/doc/space_optimized.html | 13 +++++++++++--
   2 files changed, 27 insertions(+), 7 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 2008-08-18 04:45:30 EDT (Mon, 18 Aug 2008)
@@ -7118,25 +7118,36 @@
     <dl>
       <dd>
         <h3>
- Boost 1.36
+ Boost 1.37
         </h3>
       </dd>
       <dd>
         <ul>
- <li>Changed behaviour of the <code>circular_buffer(const allocator_type&amp;)</code> constructor. Since this
- version the constructor does not allocate any memory and both capacity and size are set to zero.
- </li>
           <li>Added new methods <code>is_linearized()</code> and <code>rotate(const_iterator)</code>.
           </li>
           <li>Fixed bugs:<br>
             #1987 Patch to make <code>circular_buffer.hpp</code> #includes absolute.<br>
- #1919 Default constructed circular buffer throws <code>std::bad_alloc</code>.<br>
             #1852 Copy constructor does not copy capacity.
           </li>
         </ul>
       </dd>
       <dd>
         <h3>
+ Boost 1.36
+ </h3>
+ </dd>
+ <dd>
+ <ul>
+ <li>Changed behaviour of the <code>circular_buffer(const allocator_type&amp;)</code> constructor. Since this
+ version the constructor does not allocate any memory and both capacity and size are set to zero.
+ </li>
+ <li>Fixed bug:<br>
+ #1919 Default constructed circular buffer throws <code>std::bad_alloc</code>.<br>
+ </li>
+ </ul>
+ </dd>
+ <dd>
+ <h3>
           Boost 1.35
         </h3>
       </dd>

Modified: trunk/libs/circular_buffer/doc/space_optimized.html
==============================================================================
--- trunk/libs/circular_buffer/doc/space_optimized.html (original)
+++ trunk/libs/circular_buffer/doc/space_optimized.html 2008-08-18 04:45:30 EDT (Mon, 18 Aug 2008)
@@ -4182,6 +4182,17 @@
     <dl>
       <dd>
         <h3>
+ Boost 1.37
+ </h3>
+ </dd>
+ <dd>
+ <ul>
+ <li>Added new methods <code>is_linearized()</code> and <code>rotate(const_iterator)</code>.
+ </li>
+ </ul>
+ </dd>
+ <dd>
+ <h3>
           Boost 1.36
         </h3>
       </dd>
@@ -4190,8 +4201,6 @@
           <li>Changed behaviour of the <code>circular_buffer_space_optimized(const allocator_type&amp;)</code>
           constructor. Since this version the constructor sets the capacity to zero.
           </li>
- <li>Added new methods <code>is_linearized()</code> and <code>rotate(const_iterator)</code>.
- </li>
         </ul>
       </dd>
       <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