22 May
2003
22 May
'03
3:52 p.m.
On Thu, 2003-05-22 at 16:29, Erik Thiele wrote:
hi
the date iterator only has ++ but no --. please add the --
According to the documentation, date_iterator models InputIterator which means that it should only have pre/postincrement and dereferencing. This is really a development issue though, so if you want to pursue the issue, I suggest you ask why there isn't a RandomAccessIterator for instance at the boost-developer list. Cheers, -- Tarjei