mirror of
				https://github.com/boostorg/unordered.git
				synced 2025-11-03 09:11:42 +01:00 
			
		
		
		
	re-enabled match_really_occupied in for_all_elements_while
This commit is contained in:
		
				
					committed by
					
						
						Christian Mazakas
					
				
			
			
				
	
			
			
			
						parent
						
							3aaefdcc78
						
					
				
				
					commit
					9a8ba2bdff
				
			@@ -1634,7 +1634,7 @@ public:
 | 
			
		||||
  static auto for_all_elements_while(const arrays_type& arrays_,F f)
 | 
			
		||||
    ->decltype(f(nullptr,0,nullptr),void())
 | 
			
		||||
  {
 | 
			
		||||
#if 0
 | 
			
		||||
#if 1
 | 
			
		||||
    auto p=arrays_.elements;
 | 
			
		||||
    if(!p){return;}
 | 
			
		||||
    for(auto pg=arrays_.groups,last=pg+arrays_.groups_size_mask+1;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user