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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user