From 6dad4b1f88ab38a8eb8ec76fdc5f1f6e94bd84d1 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 27 Jul 2014 18:00:14 +0100 Subject: [PATCH] The correct release notes. The ones I checked in were for unordered. --- hash/doc/changes.qbk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index b9d202b..5dc691f 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -170,11 +170,7 @@ [h2 Boost 1.56.0] -* Fix some shadowed variable warnings ([ticket 9377]). -* Fix allocator use in documentation ([ticket 9719]). -* Always use prime number of buckets for integers. Fixes performance - regression when inserting consecutive integers, although makes other - uses slower ([ticket 9282]). -* Only construct elements using allocators, as specified in C++11 standard. +* Removed some Visual C++ 6 workarounds. +* Ongoing work on improving `hash_combine`. [endsect]