Noone cares about similarity to boost
authorChris Lattner <sabre@nondot.org>
Tue, 24 Feb 2004 03:47:25 +0000 (03:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Feb 2004 03:47:25 +0000 (03:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11783 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/STLExtras.h
include/llvm/ADT/STLExtras.h

index 1a53768317c3a8a1096d1fa30488b18438d9e16c..233b7438a4d51a8142d4e59b35635fbfa7702f5c 100644 (file)
@@ -73,8 +73,6 @@ static inline void deleter(T *Ptr) {
 // 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;
index 1a53768317c3a8a1096d1fa30488b18438d9e16c..233b7438a4d51a8142d4e59b35635fbfa7702f5c 100644 (file)
@@ -73,8 +73,6 @@ static inline void deleter(T *Ptr) {
 // 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;