$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Algorithm design question
From: Peter Dimov (pdimov_at_[hidden])
Date: 2011-11-01 20:10:33
Andrew Sutton wrote:
> But I'm not requiring both sides to be the same -- only related.
I'm not sure how you're doing that. I thought that this was about using the
EqualityComparable standard requirement, which does require the two sides of
== to be of the same type, and == to be an equivalence relation.