[llvm-commits] CVS: llvm/include/Support/STLExtras.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 23 21:48:01 PST 2004
Changes in directory llvm/include/Support:
STLExtras.h updated: 1.14 -> 1.15
---
Log message:
Noone cares about similarity to boost
---
Diffs of the changes: (+0 -2)
Index: llvm/include/Support/STLExtras.h
diff -u llvm/include/Support/STLExtras.h:1.14 llvm/include/Support/STLExtras.h:1.15
--- llvm/include/Support/STLExtras.h:1.14 Fri Feb 13 19:17:28 2004
+++ llvm/include/Support/STLExtras.h Mon Feb 23 21:47:25 2004
@@ -73,8 +73,6 @@
// mapped_iterator - This is a simple iterator adapter that causes a function to
// be dereferenced whenever operator* is invoked on the iterator.
//
-// It turns out that this is disturbingly similar to boost::transform_iterator
-//
template <class RootIt, class UnaryFunc>
class mapped_iterator {
RootIt current;
More information about the llvm-commits
mailing list