diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index b9f588d5..fe3f8876 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1798,6 +1798,7 @@ private: auto pg=arrays.groups+pos; auto mask=pg->match(hash); if(mask){ + BOOST_UNORDERED_ASSUME(arrays.elements != nullptr); auto p=arrays.elements+pos*N; prefetch_elements(p); do{