diff --git a/include/boost/functional/hash/detail/hash_float_generic.hpp b/include/boost/functional/hash/detail/hash_float_generic.hpp index 164e18a..f9acee9 100644 --- a/include/boost/functional/hash/detail/hash_float_generic.hpp +++ b/include/boost/functional/hash/detail/hash_float_generic.hpp @@ -75,7 +75,7 @@ namespace boost hash_float_combine(seed, exp); return seed; - }; + } template inline std::size_t float_hash_impl(T v)