K 10 svn:author V 3 dim K 8 svn:date V 27 2014-08-08T21:27:33.005810Z K 7 svn:log V 390 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 PR: 192303 MFC after: 3 days END