diff --git a/include/boost/unordered/detail/foa_mixer.hpp b/include/boost/unordered/detail/foa_mixer.hpp index 6097275d..7d2f2ebe 100644 --- a/include/boost/unordered/detail/foa_mixer.hpp +++ b/include/boost/unordered/detail/foa_mixer.hpp @@ -76,7 +76,7 @@ public: template< typename Key, - std::enable_if< + typename std::enable_if< std::is_same< std::size_t, decltype(std::declval()(std::declval()))