mirror of
https://github.com/boostorg/website.git
synced 2026-01-29 08:02:20 +00:00
circular_buffer: history update
[SVN r58680]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user