Boost C++ Libraries: Ticket #11106: attribute_set items not findable using find https://svn.boost.org/trac10/ticket/11106 <p> Once you insert more than 16 items into an attribute set, some items are no longer findable using find. </p> <p> Looking at the insert code, there appears to be a bug when inserting into a bucket containing exactly one item. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11106 Trac 1.4.3 Jonathan Jones <jonathan.jones@…> Wed, 11 Mar 2015 21:26:15 GMT attachment set https://svn.boost.org/trac10/ticket/11106 https://svn.boost.org/trac10/ticket/11106 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">main.cpp</span> </li> </ul> <p> Standalone reproduction program </p> Ticket Andrey Semashev Sun, 15 Mar 2015 12:02:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11106#comment:1 https://svn.boost.org/trac10/ticket/11106#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in <a class="ext-link" href="https://github.com/boostorg/log/commit/30ff0390ce4d3063d035735ed7b9463277b59697"><span class="icon">​</span>https://github.com/boostorg/log/commit/30ff0390ce4d3063d035735ed7b9463277b59697</a>. Thanks for the report. </p> Ticket