$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-14 07:10:16
----- Original Message -----
From: "rogeeff" <rogeeff_at_[hidden]>
> Sorry for bad example, but still: operator== does not check that
> Policies are equal.
'Course not, that's what the policies are for! Just implement the "equal"
function in your policies class and compare the policies there.
-Dave