From 6d780cab92f29ced9cd1fede47e224920a8d18da Mon Sep 17 00:00:00 2001 From: Bryce Adelstein-Lelbach Date: Mon, 8 Nov 2010 17:10:25 +0000 Subject: [PATCH] Added a detail header for fenv. Please use boost/detail/fenv.hpp in Boost code to avoid problems with Clang/glibc. [SVN r66458] --- include/boost/math/tools/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/math/tools/config.hpp b/include/boost/math/tools/config.hpp index b786bc02f..e2429133f 100644 --- a/include/boost/math/tools/config.hpp +++ b/include/boost/math/tools/config.hpp @@ -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 + #include namespace boost{ namespace math{ namespace detail