On Thu, Oct 09, 2003 at 11:14:04AM +0200, Lars Gullik Bjønnes wrote:
> What type does std::distance return? We should use that for the
> offsets.

Some difference_type.

I currently use
        
        typedef std::vector<char>::difference_type   par_type;

which is not _exactly_ what we need, but I've not seen any compiler
implementation which is using different difference_type's for different
containers.

Andre'

Reply via email to