From: Daniel Krügler (dsp_at_[hidden])
Date: 2005-11-14 02:06:43


Fernando Cacciola wrote:
> You're absolutely right!
> Thank you for the report.

No problem at all!
In the same line I would like to add that a colleague of point pointed
out this morning that on

http://boost.org/libs/numeric/conversion/doc/converter.html#examples

the typedef is written as

typedef boost::numeric::converter<int,doublegt; Double2Int ;

and should be adapted for .html page to look like

typedef boost::numeric::converter<int,double> Double2Int ;

Greetings from Bremen,

Daniel