$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-05-29 17:06:14
Hubert HOLIN wrote:
> > Peter
> >
> > P.S: interval< octernion<double> > will be funny
>
> For that matter, what would interval< complex< float> > mean?
This doesn't make sense, because complex<T> is not ordered. The way to
do it is to use octonion< interval<double > > and
complex< interval<double> >. Except that the latter is not valid for
std::complex, because it's not defined for general T.
Jens Maurer