disabled use of match_really_occupied in for_all_elements_while

This commit is contained in:
joaquintides
2023-03-17 19:21:46 +01:00
committed by Christian Mazakas
parent e16a8737f4
commit d683b3ac3e

View File

@@ -1634,7 +1634,7 @@ public:
static auto for_all_elements_while(const arrays_type& arrays_,F f)
->decltype(f(nullptr,0,nullptr),void())
{
#if 1
#if 0
auto p=arrays_.elements;
if(!p){return;}
for(auto pg=arrays_.groups,last=pg+arrays_.groups_size_mask+1;