Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50697 - branches/release/boost/math/tools
From: john_at_[hidden]
Date: 2009-01-21 04:39:07


Author: johnmaddock
Date: 2009-01-21 04:39:07 EST (Wed, 21 Jan 2009)
New Revision: 50697
URL: http://svn.boost.org/trac/boost/changeset/50697

Log:
Fixes #2668.
Text files modified:
   branches/release/boost/math/tools/config.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/math/tools/config.hpp
==============================================================================
--- branches/release/boost/math/tools/config.hpp (original)
+++ branches/release/boost/math/tools/config.hpp 2009-01-21 04:39:07 EST (Wed, 21 Jan 2009)
@@ -247,7 +247,7 @@
 } // namespace tools
 }} // namespace boost namespace math
 
-#if defined(__linux__) || defined(__QNX__) || defined(__IBMCPP__)
+#if (defined(__linux__) && !defined(__UCLIBC__)) || defined(__QNX__) || defined(__IBMCPP__)
 
    #include <fenv.h>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk