Boost C++ Libraries: Ticket #4130: type missmatch in modify_key(iterator, Modifier, Rollback) https://svn.boost.org/trac10/ticket/4130 <p> In ordered_index.hpp, inside function modify_key(iterator, Modifier, Rollback), the first template argument to the second instance of modify_key_adaptor has to be Rollback instead of Modifier (see attached patch). </p> <p> Regards, Valentin </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4130 Trac 1.4.3 vziegler@… Wed, 21 Apr 2010 09:35:53 GMT attachment set https://svn.boost.org/trac10/ticket/4130 https://svn.boost.org/trac10/ticket/4130 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">ordered_index.hpp.patch</span> </li> </ul> <p> fix for boost 1.42.0 boost/multi_index/ordered_index.hpp </p> Ticket Joaquín M López Muñoz Thu, 22 Apr 2010 11:36:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4130#comment:1 https://svn.boost.org/trac10/ticket/4130#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61482" title="fixed #4130">[61482]</a>) fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4130" title="#4130: Bugs: type missmatch in modify_key(iterator, Modifier, Rollback) (closed: fixed)">#4130</a> </p> Ticket Joaquín M López Muñoz Thu, 22 Apr 2010 11:40:21 GMT milestone changed https://svn.boost.org/trac10/ticket/4130#comment:2 https://svn.boost.org/trac10/ticket/4130#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.43.0</span> → <span class="trac-field-new">Boost 1.44.0</span> </li> </ul> <p> Hi Valentin, thank you for reporting the bug. It also affected hashed indices. The fix is in trunk and will be available for Boost 1.44. </p> Ticket