PR19601: std::remove_if does not really remove the elements.
It moves them at the end of the range instead, so an extra erase is needed. It is strange that this code works without the erase. On the other hand, removing the remove_if will make fail some tests. llvm-svn: 207696
Loading
Please sign in to comment