OSDN Git Service

allow lambdas in mapped_iterator
authorMike Aizatsky <aizatsky@chromium.org>
Thu, 17 Mar 2016 23:22:22 +0000 (23:22 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Thu, 17 Mar 2016 23:22:22 +0000 (23:22 +0000)
commit4408c622adf83653cf3fa921499ae904e3a03f7f
tree763df0324a2b743933794899c877b6a47920b327
parentb0697bb475e2dd0778defa54f5198085c9300314
allow lambdas in mapped_iterator

Differential Revision: http://reviews.llvm.org/D17311

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263759 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/STLExtras.h
unittests/ADT/CMakeLists.txt
unittests/ADT/MappedIteratorTest.cpp [new file with mode: 0644]