2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-29 19:52:08 +00:00

Added a detail header for fenv. Please use boost/detail/fenv.hpp in Boost code

to avoid problems with Clang/glibc.



[SVN r66458]
This commit is contained in:
Bryce Adelstein-Lelbach
2010-11-08 17:10:25 +00:00
parent 7cc19b4be2
commit 6d780cab92

View File

@@ -255,9 +255,9 @@ inline T max BOOST_PREVENT_MACRO_SUBSTITUTION(T a, T b, T c, T d)
} // namespace tools
}} // namespace boost namespace math
#if (defined(__linux__) && !defined(__UCLIBC__) && !defined(__clang__)) || defined(__QNX__) || defined(__IBMCPP__)
#if (defined(__linux__) && !defined(__UCLIBC__)) || defined(__QNX__) || defined(__IBMCPP__)
#include <fenv.h>
#include <boost/detail/fenv.hpp>
namespace boost{ namespace math{
namespace detail