Opened 6 years ago
Closed 6 years ago
#12270 closed Bugs (fixed)
Wrong comment / typo in hash.hpp
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | functional |
Version: | Boost 1.61.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The comment in functional/hash/hash.hpp:231 should read
Don't define 64-bit hash combine on platforms without 64 bit integers,
instead of
Don't define 64-bit hash combine on platforms with 64 bit integers,
Change History (2)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in 7977f83a08ee5871ef654f580bc7e0df965dae66.
Note:
See TracTickets
for help on using tickets.
I'll take care of this.