From 2746a65ffe12f0a298926904a5cb27db5f6d3777 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 30 Sep 2012 11:58:06 +0000 Subject: [PATCH] Unordered/Hash: Merge change log. [SVN r80778] --- hash/doc/changes.qbk | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index 3aa3dee..c98bd86 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -132,4 +132,17 @@ * Add deprecation warning to the long deprecated `boost/functional/detail/container_fwd.hpp`. +[h2 Boost 1.51.0] + +* Support the standard smart pointers. +* `hash_value` now implemented using SFINAE to avoid implicit casts to built + in types when calling it. +* Updated to use the new config macros. + +[h2 Boost 1.52.0] + +* Restore `enum` support, which was accidentally removed in the last version. +* New floating point hasher - will hash the binary representation on more + platforms, which should be faster. + [endsect]