diff --git a/include/boost/hana/hash.hpp b/include/boost/hana/hash.hpp index c208206fb6..0a42eca176 100644 --- a/include/boost/hana/hash.hpp +++ b/include/boost/hana/hash.hpp @@ -79,7 +79,7 @@ BOOST_HANA_NAMESPACE_BEGIN return hana::type_c>; } }; - + template struct hash_integral_helper::value>::type diff --git a/test/integral_constant/hash.cpp b/test/integral_constant/hash.cpp index 8e42ceade7..c628966d65 100644 --- a/test/integral_constant/hash.cpp +++ b/test/integral_constant/hash.cpp @@ -118,12 +118,12 @@ int main() { hana::hash(hana::integral_c), hana::type_c> )); - + BOOST_HANA_CONSTANT_ASSERT(hana::equal( hana::hash(hana::integral_c), hana::type_c> )); - + BOOST_HANA_CONSTANT_ASSERT(hana::equal( hana::hash(hana::integral_c), hana::type_c>