$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Compiling Boost 1.55.0 with Intel 14.0.1 andlibstdc++ from GCC 4.8.1
From: John Maddock (john_at_[hidden])
Date: 2013-11-13 14:24:13
>Does anyone have an idea of weither this is a bug with Intel compiler or
>with Boost ?
What happens with that configuration if you try to build:
#include <fenv.h>
fexcept_t data;
?
John.