$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-03-07 23:47:22
Maarten Keijzer wrote:
> in
> operators.hpp temporarily hacked a less_than_comparable2<interval<RealType,
> Traits>, RealType > class, added std::min and std::max etc.)
Here we go again.
I have decided to face the inevitable: we need "2" versions of each such
operator base class which currently has a specialization. Too many people
need the functionality for MSVC6.
The only question remaining is what to do with the specialized versions. I
think they should be deprecated (he said, tossing a coin).
-Dave