forked from OSchip/llvm-project
parent
8b571a64ac
commit
1302e3ac95
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue