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.