
15 Jun
2011
15 Jun
'11
9:21 a.m.
On 15 June 2011 09:22, Tim Blechmann <tim@klingt.org> wrote:
i have a reduced test case, which shows this behavior at [1] ... is this my fault (not using the unordered_set correctly) or is it a bug in boost.intrusive?
I think you forgot to include the link/attachment for '[1]'. I don't know boost.intrusive very well, but you seem to be searching for the element rather than the key, is it possible that there's an implicit conversion from the element to the key, and you're searching on that?