Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74857 - trunk/libs/functional/hash/doc
From: dnljms_at_[hidden]
Date: 2011-10-09 14:22:12


Author: danieljames
Date: 2011-10-09 14:22:11 EDT (Sun, 09 Oct 2011)
New Revision: 74857
URL: http://svn.boost.org/trac/boost/changeset/74857

Log:
Hash: Remove info for compilers that are no longer supported.
Text files modified:
   trunk/libs/functional/hash/doc/portability.qbk | 12 ------------
   1 files changed, 0 insertions(+), 12 deletions(-)

Modified: trunk/libs/functional/hash/doc/portability.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/portability.qbk (original)
+++ trunk/libs/functional/hash/doc/portability.qbk 2011-10-09 14:22:11 EDT (Sun, 09 Oct 2011)
@@ -90,16 +90,4 @@
 Full code for this example is at
 [@boost:/libs/functional/hash/examples/portable.cpp /libs/functional/hash/examples/portable.cpp].
 
-[h2 Other Issues]
-
-On Visual C++ versions 6.5 and 7.0, `hash_value` isn't overloaded for built in
-arrays. __boost_hash__, [funcref boost::hash_combine] and [funcref boost::hash_range] all use a workaround to
-support built in arrays so this shouldn't be a problem in most cases.
-
-On Visual C++ versions 6.5 and 7.0, function pointers aren't currently supported.
-
-When using GCC on Solaris, `boost::hash_value(long double)` treats
-`long double`s as `double`s - so the hash function doesn't take into account the
-full range of values.
-
 [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