Opened 11 years ago
Closed 11 years ago
#6087 closed Bugs (fixed)
boost::hash<boost::intrusive_ptr<T> > returns only two value like old version of shared_ptr
| Reported by: | Owned by: | Peter Dimov | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | smart_ptr |
| Version: | Boost 1.47.0 | Severity: | Problem |
| Keywords: | hash_value, intrusive_ptr | Cc: |
Description
Likewise the bug reported #5216, boost::hash<boost::intrusive_ptr<T>> also returns only two value. hash_value for boost::intrusive_ptr is required like shared_ptr.
Change History (4)
comment:1 by , 11 years ago
| Type: | Bugs → Feature Requests |
|---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
| Status: | new → assigned |
|---|---|
| Type: | Feature Requests → Bugs |
comment:4 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [75392]) Add hash_value for intrusive_ptr. Refs #6087.