$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [math] fpclassify.hpp fails to compile with Intelicc 11.1
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-01-04 04:52:17
>Further experiments show that the issue is present in boost 1.42, but
>fixed in boost 1.45. Sorry for the noise :)
It's an Intel bug in any case - or at least a result of using the Intel
compiler with an unsupported GCC version - just including <cmath> is often
enough to trigger it :-(
I can't remember the issue number, but I reported it to Intel, and it's been
fixed in their most recent compiler releases (as well as a workaround in our
code).
HTH, John.