mirror of
https://github.com/boostorg/container_hash.git
synced 2026-01-29 09:40:11 +01:00
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]