[PATCH] D22951: [ADT] Add filter_iterator for filtering elements

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 16:19:59 PDT 2016


timshen added inline comments.

================
Comment at: unittests/Support/IteratorTest.cpp:156
@@ +155,3 @@
+  };
+
+  auto IsOdd = [](int a) { return a % 2 == 1; };
----------------
Ehhh... I already used them?


https://reviews.llvm.org/D22951





More information about the llvm-commits mailing list