Avoid false -Warray-bounds positive under mingw32 gcc-12

This commit is contained in:
Peter Dimov
2023-01-27 20:35:14 +02:00
parent 22135bd845
commit 3b3ba7d6f7

View File

@ -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{