Alkis Evlogimenos
fa9e207a22
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.
llvm-svn: 11429
2004-02-14 01:17:28 +00:00
..
2003-11-11 22:41:34 +00:00
2003-11-11 22:41:34 +00:00
2003-11-16 20:21:15 +00:00
2003-11-16 20:21:15 +00:00
2004-01-15 06:13:58 +00:00
2003-11-11 22:41:34 +00:00
2003-11-11 22:41:34 +00:00
2003-11-11 22:41:34 +00:00
2003-11-11 22:41:34 +00:00
2003-11-11 22:41:34 +00:00
2003-12-31 06:16:02 +00:00
2003-11-11 22:41:34 +00:00
2004-02-11 20:44:17 +00:00
2003-11-10 03:06:09 +00:00
2003-11-10 03:06:09 +00:00
2003-11-16 20:21:15 +00:00
2004-02-09 22:40:50 +00:00
2003-10-20 19:46:57 +00:00
2003-11-11 22:41:34 +00:00
2003-11-16 20:21:15 +00:00
2003-11-16 20:21:15 +00:00
2003-11-11 22:41:34 +00:00
2003-11-13 02:30:22 +00:00
2003-11-11 22:41:34 +00:00
2003-12-31 04:42:00 +00:00
2003-12-31 10:20:38 +00:00
2004-02-13 04:49:04 +00:00
2004-02-14 01:17:28 +00:00
2003-12-29 05:06:38 +00:00
2003-11-11 22:41:34 +00:00
2004-01-17 19:54:29 +00:00
2004-01-17 19:54:29 +00:00
2004-02-06 22:33:17 +00:00
2003-11-11 22:41:34 +00:00
2003-11-29 19:55:02 +00:00
2003-11-11 22:41:34 +00:00
2003-11-11 22:41:34 +00:00