Noone cares about similarity to boost

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11783 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-24 03:47:25 +00:00
parent e8124b9ddb
commit c50879dfe6
2 changed files with 0 additions and 4 deletions

View 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;

View 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;