...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
xxx_dont_splay
functions from splay
containers. Deprecated splay_set_hook
from splay containers, use bs_set_hook
instead. Both will be removed in Boost 1.56.
BOOST_NO_EXCEPTIONS
support (bug #7849).
clone_from
functions
now copy predicates and hash functions of associative containers.
incremental<>
option.
iterator
to const_iterator
in
containers to keep up with the draft of the next standard.
linear<>
and cache_last<>
options to singly linked lists.
optimize_multikey<>
option to unordered container
hooks.
store_hash
option is used in the hook.
container_from_iterator
function to tree-based containers.