 
            
            
            
            
                5 Dec
                
                    2024
                
            
            
                5 Dec
                
                '24
                
            
            
            
        
    
                1:43 a.m.
            
        On Wed, Dec 4, 2024 at 1:21 PM Robert Ramey via Boost <boost@lists.boost.org> wrote:
What does "should" mean here? How could you possible make such a guarentee.
The guidance is that two distinct values of type T (determined by operator== returning false) SHOULD produce distinct hash values. As the means of hashing a T are provided by the user, the requirement to produce distinct values is advisory. Thanks