Ticket #2526: math_tools_config.patch
File math_tools_config.patch, 489 bytes (added by , 14 years ago) |
---|
-
boost/math/tools/config.hpp
old new 24 24 #include <boost/math/special_functions/detail/round_fwd.hpp> 25 25 26 26 #if defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) \ 27 || defined(__arm__) || defined(__armel__) || defined(__hppa__) || defined(__mips__) || defined(__mipsel__) \ 27 28 || defined(__hppa) || defined(__NO_LONG_DOUBLE_MATH) 28 29 # define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS 29 30 #endif