Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11756: boost.Test: non standards compliant use of FE_* macros (unable to compile boost test library on FPU-less arches)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-30 14:39:57
#11756: boost.Test: non standards compliant use of FE_* macros (unable to compile
boost test library on FPU-less arches)
----------------------------------+---------------------
Reporter: bartosz.krasinski@⦠| Owner: rogeeff
Type: Patches | Status: new
Milestone: To Be Determined | Component: test
Version: Boost 1.59.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------+---------------------
Comment (by André Draszik <git@â¦>):
On the other hand, does it really make sense to set BOOST_FPE_ALL to 1 if
exceptions are not supported in the implementation? Wouldn't this be
better?
{{{
#ifdef FE_ALL_EXCEPT
BOOST_FPE_ALL = FE_ALL_EXCEPT,
#else
BOOST_FPE_ALL = 0,
#endif
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11756#comment:16> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC