diff --git a/include/boost/unordered/detail/foa/core.hpp b/include/boost/unordered/detail/foa/core.hpp index f316fab5..5096f5e8 100644 --- a/include/boost/unordered/detail/foa/core.hpp +++ b/include/boost/unordered/detail/foa/core.hpp @@ -609,7 +609,7 @@ struct group15 private: using word_type=IntegralWrapper; - BOOST_STATIC_ASSERT(sizeof(slot_type)==1); + BOOST_STATIC_ASSERT(sizeof(word_type)==8); static constexpr unsigned char available_=0, sentinel_=1;