$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rozental, Gennadiy (gennadiy.rozental_at_[hidden])
Date: 2003-08-06 15:38:50
> 1) Since only 1 object can be passed to the iterator adaptor
> constructor, I
> had to pass a pair.
Use object generators.
> 2) Distance uses only one of the base iterators.
Use minimal distance.
> 3) iterator_category uses only 1 of the iterators.
Use most restrictive category.
Gennadiy.