$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2006-03-06 04:03:54
John Maddock wrote:
[...]
> I suspect the issue is that numeric_limits<T>::has_infinity is true, so the
> test attempts to verify that infinities are correctly handled, but in
> practice infinities trap without the -ieee flag. Is there a macro that
> tells you when infinities are correctly handled?
-ieee sets the macro _IEEE_FP.
Markus