$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-14 11:01:16
----- Original Message -----
From: "rogeeff" <rogeeff_at_[hidden]>
>
> "equal" does not have an access to a second policy.
Yes it does. That's one point of the recent changes to the iterator_adaptor
interface. The second iterator is itself an iterator_adaptor, so you can
call its policies() member function to get a reference to its policies
object.
HTH,
Dave