$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-06-30 04:02:33
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.