mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 20:44:51 +00:00
Noone cares about similarity to boost
llvm-svn: 11783
This commit is contained in:
parent
0d0db88889
commit
54abbdd4db
@ -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
Block a user