$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost-commit] svn:boost r66442 - in trunk/boost: math/tools test test/impl
From: Richard Webb (richard.webb_at_[hidden])
Date: 2010-11-08 07:27:32
Bryce Lelbach <admin <at> thefireflyproject.us> writes:
> > And this actually removes fp-Support from Boost.Test.
>
> Yes, it does (remove it for clang). I'm working on a longer term solution.
>
The Trunk regression tests are failing all over the place with errors like
../boost/test/execution_monitor.hpp:361: error: ???FE_DIVBYZERO??? was not
declared in this scope
Is the change to execution_monitor.hpp correct? It looks like fenv.h will
currently only be included if both __CYGWIN__ and BOOST_CLANG are defined.