Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80777 - trunk/libs/functional/hash/doc
From: dnljms_at_[hidden]
Date: 2012-09-30 07:56:14


Author: danieljames
Date: 2012-09-30 07:56:13 EDT (Sun, 30 Sep 2012)
New Revision: 80777
URL: http://svn.boost.org/trac/boost/changeset/80777

Log:
Hash: Update change log
Text files modified:
   trunk/libs/functional/hash/doc/changes.qbk | 13 +++++++++++++
   1 files changed, 13 insertions(+), 0 deletions(-)

Modified: trunk/libs/functional/hash/doc/changes.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/changes.qbk (original)
+++ trunk/libs/functional/hash/doc/changes.qbk 2012-09-30 07:56:13 EDT (Sun, 30 Sep 2012)
@@ -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]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk