[PATCH] D17311: allow lambdas in mapped_iterator

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 16:38:43 PDT 2016


aizatsky added a comment.

I had to roll it back because of MSVC:

C:\Buildbot\Slave\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\include\llvm/ADT/STLExtras.h(120): error C2100: illegal indirection
C:\Buildbot\Slave\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\include\llvm/IR/Instructions.h(3966): note: see reference to class template instantiation 'llvm::mapped_iterator<llvm::User::op_iterator,llvm::CatchSwitchInst::DerefFnTy>' being compiled


Repository:
  rL LLVM

http://reviews.llvm.org/D17311





More information about the llvm-commits mailing list