Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk