Boost C++ Libraries: Ticket #10217: verify validity of insert_commit_data https://svn.boost.org/trac10/ticket/10217 <p> It would be nice too verify that your insert commit data is still valid. </p> <p> PS: Accidentally inserted more items before insert_commit, spent days debugging, it ofc access violated much later. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10217 Trac 1.4.3 Ion Gaztañaga Thu, 10 Sep 2015 11:51:27 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10217#comment:1 https://svn.boost.org/trac10/ticket/10217#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> Thanks for the report. Some constant-time checks were added in: </p> <p> <a class="ext-link" href="https://github.com/boostorg/intrusive/commit/cc9f99fc783eb77144d2e370983df2a072a0efd1"><span class="icon">​</span>https://github.com/boostorg/intrusive/commit/cc9f99fc783eb77144d2e370983df2a072a0efd1</a> </p> Ticket