Source breaking: Deprecated 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.
ABI breaking: Hash containers' end iterator
was implemented pointing to one-past the end of the bucket array (see
#8698)
causing severe bugs when values to be inserted where allocated next to
the bucket array. End iterator implementation was changed to point to
the beginning of the bucket array.
Big refactoring in order to reduce template and debug symbol bloat. Test
object files have been slashed to half in MSVC compilers in Debug mode.
Toolchains without Identical COMDAT Folding (ICF) should notice size
improvements.