Apparently no full long double support on NetBSD.
[SVN r48566]
This commit is contained in:
parent
7b3bf1cc4c
commit
bb3859054f
@ -23,7 +23,7 @@
|
||||
#include <boost/math/tools/user.hpp>
|
||||
#include <boost/math/special_functions/detail/round_fwd.hpp>
|
||||
|
||||
#if defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__hppa)
|
||||
#if defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__hppa)
|
||||
# define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
|
||||
#endif
|
||||
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))
|
||||
|
Loading…
Reference in New Issue
Block a user