id summary reporter owner description type status milestone component version severity resolution keywords cc 2587 Call to test_suite::remove fails to remove correct item Brad Larsen Gennadiy Rozental "A small glitch... file: /boost/test/impl/unit_test_suite.ipp test_suite::remove function, line 157: {{{ std::vector::iterator it = std::find( m_members.begin(), m_members.begin(), id ); }}} The 2nd parameter in the std::find call should use .end, not .begin." Bugs closed Boost 1.38.0 test Boost 1.36.0 Problem fixed