Searched hist:269836 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/libc++/include/
H A Dlistdiff 269836 Mon Aug 11 20:49:52 MDT 2014 dim MFC r269740:

Pull in r214736 from upstream libc++ trunk (by Marshall Clow):

Fix PR#20520 - predicate called too many times in list::remove_if.
Add tests for list, forward_list, and the std::remove_if algorithm

This fixes an issue where std::list<>::remove_if() and remove() could
erroneously visit elements twice.

Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
PR: 192303

Completed in 105 milliseconds