From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-09-01 19:09:15


At 09:30 AM 9/1/2002, Thomas Witt wrote:

>The attached patch fixes iterator_traits for directory_iterator. The
>problem is that boost::iterator is not used correctly, the
difference_type
>template argument is missing.

I'm wondering if it wouldn't be better to convert directory_iterator to use
iterator_adaptor. That's been the plan, so maybe now is a good time to do
it.

Thanks,

--Beman