Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58680 - website/public_html/beta/feed/history
From: jano_gaspar_at_[hidden]
Date: 2010-01-04 10:49:56


Author: jano_gaspar
Date: 2010-01-04 10:49:55 EST (Mon, 04 Jan 2010)
New Revision: 58680
URL: http://svn.boost.org/trac/boost/changeset/58680

Log:
circular_buffer: history update
Text files modified:
   website/public_html/beta/feed/history/boost_1_42_0.qbk | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_42_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_42_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_42_0.qbk 2010-01-04 10:49:55 EST (Mon, 04 Jan 2010)
@@ -48,6 +48,15 @@
   * Added support for associative iterators and views
     ([@https://svn.boost.org/trac/boost/ticket/3473 #3473]).
 
+* [phrase library..[@/libs/circular_buffer/index.html Circular Buffer]:]
+ * Added methods erase_begin(size_type) and erase_end(size_type) with constant
+ complexity for such types of stored elements which do not need an explicit
+ destruction e.g. int or double.
+ * Similarly changed implementation of the clear() 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).
+
 * [phrase library..[@/libs/program_options/index.html Program.Options]:]
   * Information about option name added to a few exception classes and
     various clean ups in exception classes


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