From c50879dfe600c199fef2038cd13fef86db73a771 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Feb 2004 03:47:25 +0000 Subject: Noone cares about similarity to boost git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11783 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/STLExtras.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm') diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index 1a53768..233b743 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; -- cgit v1.1