diff options
Diffstat (limited to 'include/Support/STLExtras.h')
-rw-r--r-- | include/Support/STLExtras.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h index 1a53768317..233b7438a4 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 RootIt, class UnaryFunc> class mapped_iterator { RootIt current; |