Daniel James 5a5bbbf403 Make hash_float.hpp use its own combine function. This serves two purposes:
1. hash_float is no longer dependent on the main hash header.
2. hash_float(0) == 0 which makes it easier to implement hash<complex>(),
although this might lead to users assuming that it can be expected even though
it isn't part of the documented interface.


[SVN r32780]
2006-02-09 19:07:33 +00:00
S
Description
Generic hash function for STL style unordered containers
2.6 MiB
Languages
C++ 98.3%
CMake 1.5%
HTML 0.2%