$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-10-30 21:33:20
Thorsten Ottosen wrote:
>> `boost::size(make_iterator_range(...))`
>> would copy range_difference<...>::type into std::size_t.
>
> If the requirent is that the secnd iterator is reachable from the first,
> there is no problem.
Overflow may occur.
boost::size(make_iterator_range(..)) behavior seems undefined for now.
Regards,
-- Shunsuke Sogame