forked from boostorg/config
Disable log1p and expm1 support in mingw - they often crash for reasons yet to be determined.
This commit is contained in:
@@ -41,8 +41,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__MINGW32__) && (__GNUC__ >= 4)
|
#if defined(__MINGW32__) && (__GNUC__ >= 4)
|
||||||
# define BOOST_HAS_EXPM1
|
// Mingw has these functions but there are persistent problems
|
||||||
# define BOOST_HAS_LOG1P
|
// with calls to these crashing, so disable for now:
|
||||||
|
//# define BOOST_HAS_EXPM1
|
||||||
|
//# define BOOST_HAS_LOG1P
|
||||||
# define BOOST_HAS_GETTIMEOFDAY
|
# define BOOST_HAS_GETTIMEOFDAY
|
||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user