 
            
            
            
            
                1 May
                
                    2025
                
            
            
                1 May
                
                '25
                
            
            
            
        
    
                2:35 a.m.
            
        On Thu, May 1, 2025 at 1:24 AM Jean-Louis Leroy via Boost <
boost@lists.boost.org> wrote:
> You mean after just one collision?
>
> I meant this
-            for (auto iter = first; iter != last; ++iter) {
+            for (auto iter = first; found && iter != last; ++iter) {
 i.e. I think break does not "break enough". As soon you got collision you
need to give up and pick new random hash.