Skip to content
Commit c7b2aeeb authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Third try at fixing this. ;] Go back to using std::remove_if, which has

most of the behavior we want, but wrap the predicate in one which erases
elements from the set if they pass the predicate. Oh what I wouldn't
give for a lambda here.

Let me know if the predicate wrapping is too much magic. ;]

llvm-svn: 165076
parent 0f6e8bb5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment