diff --git a/include/boost/functional/hash/detail/float_functions.hpp b/include/boost/functional/hash/detail/float_functions.hpp index 40b2c03..a842d6e 100644 --- a/include/boost/functional/hash/detail/float_functions.hpp +++ b/include/boost/functional/hash/detail/float_functions.hpp @@ -53,7 +53,7 @@ namespace boost { template <> struct is { char x[10]; }; template <> struct is { char x[20]; }; template <> struct is { char x[30]; }; - template <> struct is { char x[40]; }; + template <> struct is { char x[40]; }; // Convert the return type of a function to a type we can use. template is float_type(T);