-
Fixed the points example, as pointed out by 沈慧峰.
-
Use declarations for standard classes, so that the library doesn't need to
include all of their headers
-
Deprecated the
<boost/functional/hash/*.hpp>
headers. Now a single header, <boost/functional/hash.hpp
>
is used.
-
Add support for the
BOOST_HASH_NO_EXTENSIONS
macro, which disables the extensions to TR1
-
Minor improvements to the hash functions for floating point numbers.
-
A more portable hash function, as described by Daniel Krügler in a post to the
boost users list.
-
Implement
hash_value
for
more classes, including std::complex
.