Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82140 - trunk/libs/functional/hash/doc
From: dnljms_at_[hidden]
Date: 2012-12-21 04:50:02


Author: danieljames
Date: 2012-12-21 04:50:01 EST (Fri, 21 Dec 2012)
New Revision: 82140
URL: http://svn.boost.org/trac/boost/changeset/82140

Log:
Hash: Fix changelog for 1.53.0.
Text files modified:
   trunk/libs/functional/hash/doc/changes.qbk | 13 ++++++++-----
   1 files changed, 8 insertions(+), 5 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-12-21 04:50:01 EST (Fri, 21 Dec 2012)
@@ -142,13 +142,16 @@
 [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.
+
+[h2 Boost 1.53.0]
+
 * Add support for `boost::int128_type` and `boost::uint128_type` where
   available - currently only `__int128` and `unsigned __int128` on some
   versions of gcc.
-* New floating point hasher - will hash the binary representation on more
- platforms, which should be faster.
-* On platforms that are known to have standard floating point, don't use the
- automatic detection of floating point functions - which can break if there
- are ambiguous overloads.
+* On platforms that are known to have the standard floating point functions,
+ don't use automatic detection - which can break if there are ambiguous
+ overloads.
 
 [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