Changes between Initial Version and Version 1 of Ticket #11769


Ignore:
Timestamp:
Oct 28, 2015, 1:27:38 PM (7 years ago)
Author:
Andrey Semashev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11769 – Description

    initial v1  
    1 The `hash_combine_impl` function for 64-bit `size_t` (see [https://github.com/boostorg/functional/blob/develop/include/boost/functional/hash/hash.hpp#L237 here]) does not have an additive component. As a result, hashing strings of zeros always results in zero has value regardless of the length of the string.
     1The `hash_combine_impl` function for 64-bit `size_t` (see [https://github.com/boostorg/functional/blob/develop/include/boost/functional/hash/hash.hpp#L237 here]) does not have an additive component. As a result, hashing strings of zeros always results in zero hash value regardless of the length of the string.