
30 Jun
2007
30 Jun
'07
8:02 a.m.
Michael Marcin wrote:
IIRC the using declaration brings boost::math::isfinite into local scope and since the compiler finds a suitable function in this inner scope it doesn't bother to search broader scopes (like global scope).
So I think this is OK.
I'll experiment, but after I posted that message I realised that there is another easy-ish workaround as well, so this will get fixed before we release. John.