]> granicus.if.org Git - clang/commit
[C++11] Remove a now unnecessary use of std::function for a remove_if
authorChandler Carruth <chandlerc@gmail.com>
Mon, 3 Mar 2014 19:36:27 +0000 (19:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 3 Mar 2014 19:36:27 +0000 (19:36 +0000)
commit50744c2e4370e5619e22834d67976c13a9f3b172
tree29cd977e91ce1fb5e4ae8fe3e84099f25ac92fb7
parentc0e55cd4046e21786ba92a6f676aa42d41496dd5
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202744 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ModuleManager.cpp