
2 Jul
2007
2 Jul
'07
9:44 a.m.
Leopoldo Peralta wrote:
I went to the current SVN and updated the log1.hpp file in my Boost installation. The same error that I reported occurs.
Going deeper into my Boost based project , I found that this particular error happens only when the Boost Rational Library is included.
It seems to me that boost\math\tools\promotion.hpp tool may need some fix to avoid this conflicting interaction between Boost::Rational and Boost::MathToolKit
OK I've tracked this down: just add a using std::abs; At the start of the log1p function definition. A patch is going into SVN now. HTH, John.