From e42ae3e82ee7a412bc4aa5f122f999e9494760e2 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 6 Jun 2006 20:51:24 +0000 Subject: [PATCH] Oops again, I checked in the wrong version of hash.hpp, which had a broken version of boost::hash_value in it. So fix that. [SVN r34207] --- include/boost/functional/hash/hash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/functional/hash/hash.hpp b/include/boost/functional/hash/hash.hpp index 52037ad..689b82a 100644 --- a/include/boost/functional/hash/hash.hpp +++ b/include/boost/functional/hash/hash.hpp @@ -334,7 +334,7 @@ namespace boost return hash_range(v.begin(), v.end()); } - template + template std::size_t hash_value(std::complex const& v) { boost::hash hasher;