
10 Nov
2004
10 Nov
'04
7:20 a.m.
From: "Robert Ramey" <ramey@rrsd.com> | I agree that iterators aren't that easy or intuitive to work with. So our | motivations have much in common. My view is that iterators can be made | easier to work with without changing their fundamental character and without | the need to introduce what I see as a new concept (ranges) that is "almost | the same" as an existing concept - pair of iterators. ยด pair<iterator,iterator> is supported by the range library, so you can still use it if you want. -Thorsten