From c50879dfe600c199fef2038cd13fef86db73a771 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Feb 2004 03:47:25 +0000 Subject: [PATCH] Noone cares about similarity to boost git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11783 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/STLExtras.h | 2 -- include/llvm/ADT/STLExtras.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h index 1a53768317c..233b7438a4d 100644 --- a/include/Support/STLExtras.h +++ b/include/Support/STLExtras.h @@ -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 mapped_iterator { RootIt current; diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index 1a53768317c..233b7438a4d 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -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 mapped_iterator { RootIt current; -- 2.34.1