From 1be1b75e76bbdff9e2196016b27dd6a99c19fb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 8 Jun 2013 22:08:36 +0000 Subject: [PATCH] Updated changelog for Container [SVN r84704] --- feed/history/boost_1_54_0.qbk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/feed/history/boost_1_54_0.qbk b/feed/history/boost_1_54_0.qbk index 1f818055..3875b392 100644 --- a/feed/history/boost_1_54_0.qbk +++ b/feed/history/boost_1_54_0.qbk @@ -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.