Alkis Evlogimenos bc79471be1 Add next() and prior() iterator utility functions. Unlike std::advance
they do not modify the passed iterator but return a copy.

next(myIt) returns copy of myIt incremented once
next(myIt, n) returns copy of myIt incremented n times
prior(myIt) returns copy of myIt decremented once
prior(myIt, n) returns copy of myIt decremented n times

While at it remove obsolete implementation of mapped_iterator.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11429 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-14 01:17:28 +00:00
..
2004-02-11 06:11:06 +00:00
2004-01-18 21:09:23 +00:00
2004-01-06 05:31:57 +00:00
2004-02-14 00:30:31 +00:00
2003-12-31 04:42:00 +00:00
2004-02-13 16:23:14 +00:00
2004-02-10 18:44:16 +00:00
2004-01-12 23:18:06 +00:00
2004-02-01 00:32:48 +00:00
2003-12-31 07:08:19 +00:00
2004-02-10 21:48:12 +00:00
2004-01-10 21:40:29 +00:00