$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84704 - website/public_html/live/feed/history
From: igaztanaga_at_[hidden]
Date: 2013-06-08 18:08:36
Author: igaztanaga
Date: 2013-06-08 18:08:36 EDT (Sat, 08 Jun 2013)
New Revision: 84704
URL: http://svn.boost.org/trac/boost/changeset/84704
Log:
Updated changelog for Container
Text files modified: 
   website/public_html/live/feed/history/boost_1_54_0.qbk |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk	Sat Jun  8 18:07:26 2013	(r84703)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk	2013-06-08 18:08:36 EDT (Sat, 08 Jun 2013)	(r84704)
@@ -182,6 +182,8 @@
   * 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 @@
                 [@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.