summaryrefslogtreecommitdiff
path: root/boost/functional/hash/detail/hash_float.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/functional/hash/detail/hash_float.hpp')
-rw-r--r--boost/functional/hash/detail/hash_float.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/functional/hash/detail/hash_float.hpp b/boost/functional/hash/detail/hash_float.hpp
index eb9264f737..9fb8168459 100644
--- a/boost/functional/hash/detail/hash_float.hpp
+++ b/boost/functional/hash/detail/hash_float.hpp
@@ -179,7 +179,7 @@ namespace boost
hash_float_combine(seed, part);
}
- hash_float_combine(seed, exp);
+ hash_float_combine(seed, static_cast<std::size_t>(exp));
return seed;
}