From: Tarjei Knapstad (tarjeik_at_[hidden])
Date: 2003-05-22 10:52:14


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