$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2007-11-14 07:17:58
shunsuke skrev:
> Thorsten Ottosen wrote:
>>> Really, you're returning the difference_type and not the size_type?
>> Yes, that was the intension. Iterators don't have a size_type per se,
>> and so it complicated the whole thing a little to make the user worry
>> about this.
>
> I think that "size" was an inappropriate name.
> I don't know why "distance_of_random_access" was named "size".
> Iterators don't have a "size" per se. :-)
no, but an half-open iterator range [x,y) has a size.
-Thorsten