2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 20:12:14 +00:00

Updated changelog for Container

[SVN r84704]
This commit is contained in:
Ion Gaztañaga
2013-06-08 22:08:36 +00:00
parent 3eb7ec5452
commit 1be1b75e76

View File

@@ -182,6 +182,8 @@ Note that not all these values may be supported by a particular compiler.
* Fixed warnings ([ticket 8032]).
* [phrase library..[@/libs/container/ Container]:]
* Added experimental `static_vector` class, based on Andrew Hundt's and Adam Wulkiewicz's
high-performance `varray` class.
* Speed improvements in `vector` constructors/copy/move/swap, dispatching to memcpy when possible.
* Support for `BOOST_NO_EXCEPTIONS` [@https://svn.boost.org/trac/boost/ticket/7227 #7227].
* Fixed bugs [@https://svn.boost.org/trac/boost/ticket/7921 #7921],
@@ -189,7 +191,6 @@ Note that not all these values may be supported by a particular compiler.
[@https://svn.boost.org/trac/boost/ticket/8118 #8118],
[@https://svn.boost.org/trac/boost/ticket/8294 #8294],
[@https://svn.boost.org/trac/boost/ticket/8553 #8553].
* Added experimental `static_vector` class.
* [phrase library..[@/libs/context/ Context]:]
* Support for SPARC architecture added.