Boost logo

Boost :

From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-04-25 12:50:18


k.hagan_at_[hidden] wrote:
> Sun already has substantial support for intervals, as may be seen
> at http://www.sun.com/forte/cplusplus/interval/index.html.

Yes indeed, William Walster is pushing this at Sun.

> (I wonder if they are interested in donating their interface
> design to boost?)

Since the interface of Sun's library and mine are rather similar,
this is not really an issue. I'm not happy that Sun's library
restricts the interval base type to float and double.

For boost, I'd like to have a generic solution that avoids the
std::complex<> trap: It would be nice to get a
std::complex<boost::rational<> > for free, but this is impossible,
because std::complex<> is specified to work with float, double, long
double only. :-(

Also, I'd like to see a slightly less tutorial-oriented
documentation for boost.

Jens Mauer


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