Oops again, I checked in the wrong version of hash.hpp, which had a broken

version of boost::hash_value<complex> in it. So fix that.


[SVN r34207]
This commit is contained in:
Daniel James
2006-06-06 20:51:24 +00:00
parent cae86235d5
commit a4b51721db

View File

@@ -334,7 +334,7 @@ namespace boost
return hash_range(v.begin(), v.end());
}
template <class K, class T, class C, class A>
template <class T>
std::size_t hash_value(std::complex<T> const& v)
{
boost::hash<T> hasher;