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

[C++11] Remove a now unnecessary use of std::function for a remove_if

predicate. The wrapper used by SetVector was erroneously requiring an
adaptable predicate. It has been fixed and we really don't want to
require an indirect call for every predicate evaluation.

llvm-svn: 202744
parent 23f16b1c
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