diff --git a/include/boost/functional/hash/hash.hpp b/include/boost/functional/hash/hash.hpp index e9a53f2..81ff1dd 100644 --- a/include/boost/functional/hash/hash.hpp +++ b/include/boost/functional/hash/hash.hpp @@ -263,7 +263,7 @@ namespace boost template inline std::size_t float_hash_value(T v) { - int exp; + int exp = 0; v = boost::hash_detail::call_frexp(v, &exp); std::size_t seed = 0;