$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Using <boost/math/distributions/non_central_t.hpp> gives unexpected error
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-08-02 13:29:50
>I am using Code::Blocks 10.05, and using the gcc-3.81 Mingw compiler. (My
>system is Windows XP Professional (Service Pack 3), 32-bit).
I had no idea there was such a GCC release - actually the last official
release appears to be 3.4.6 back in 2006 according to
http://gcc.gnu.org/releases.html
My guess is that your Mingw install is seriously outdated: very likely some
std library call is failing and that's propagating an "incorrect" infinity.
Can you try with a recent Mingw 4.x version?
John.