summaryrefslogtreecommitdiff
blob: 06a313873c9e2cc5b1eba95da78f29240981eb65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Numerous sources suggest just to do this, boost devs only seem to "know"
it is "bad".  Without this, boost simply dies compiling (joy).

--- boost/math/tools/config.hpp
+++ boost/math/tools/config.hpp
@@ -43,7 +43,7 @@
 // Darwin's rather strange "double double" is rather hard to
 // support, it should be possible given enough effort though...
 //
-#  define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
+// fsck it! #  define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
 #endif
 #if defined(unix) && defined(__INTEL_COMPILER) && (__INTEL_COMPILER <= 1000)
 //