Opened 8 years ago
Closed 8 years ago
#11106 closed Bugs (fixed)
attribute_set items not findable using find
| Reported by: | Owned by: | Andrey Semashev | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | log |
| Version: | Boost 1.56.0 | Severity: | Showstopper |
| Keywords: | Cc: |
Description
Once you insert more than 16 items into an attribute set, some items are no longer findable using find.
Looking at the insert code, there appears to be a bug when inserting into a bucket containing exactly one item.
Attachments (1)
Change History (2)
by , 8 years ago
comment:1 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in https://github.com/boostorg/log/commit/30ff0390ce4d3063d035735ed7b9463277b59697. Thanks for the report.
Note:
See TracTickets
for help on using tickets.

Standalone reproduction program