Boost C++ Libraries: Ticket #2587: Call to test_suite::remove fails to remove correct item https://svn.boost.org/trac10/ticket/2587 <p> A small glitch... </p> <p> file: /boost/test/impl/unit_test_suite.ipp </p> <p> test_suite::remove function, line 157: </p> <pre class="wiki">std::vector&lt;test_unit_id&gt;::iterator it = std::find( m_members.begin(), m_members.begin(), id ); </pre><p> The 2nd parameter in the std::find call should use .end, not .begin. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2587 Trac 1.4.3 Gennadiy Rozental Fri, 19 Dec 2008 08:04:39 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2587#comment:1 https://svn.boost.org/trac10/ticket/2587#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/50323" title="bug in test_suite::remove Fixed. Fix #2587">[50323]</a>) bug in test_suite::remove Fixed. Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2587" title="#2587: Bugs: Call to test_suite::remove fails to remove correct item (closed: fixed)">#2587</a> </p> Ticket