Ticket #2526: math_tools_config.patch

File math_tools_config.patch, 489 bytes (added by Steven Robbins <smr@…>, 14 years ago)
  • boost/math/tools/config.hpp

    old new  
    2424#include <boost/math/special_functions/detail/round_fwd.hpp>
    2525
    2626#if defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) \
     27   || defined(__arm__) || defined(__armel__) || defined(__hppa__) || defined(__mips__) || defined(__mipsel__) \
    2728   || defined(__hppa) || defined(__NO_LONG_DOUBLE_MATH)
    2829#  define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    2930#endif