Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49338 - trunk/boost/functional/detail
From: daniel_james_at_[hidden]
Date: 2008-10-15 05:44:41


Author: danieljames
Date: 2008-10-15 05:44:41 EDT (Wed, 15 Oct 2008)
New Revision: 49338
URL: http://svn.boost.org/trac/boost/changeset/49338

Log:
Revert [49229], it fixes the same problem as [48674].

Text files modified:
   trunk/boost/functional/detail/float_functions.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/functional/detail/float_functions.hpp
==============================================================================
--- trunk/boost/functional/detail/float_functions.hpp (original)
+++ trunk/boost/functional/detail/float_functions.hpp 2008-10-15 05:44:41 EDT (Wed, 15 Oct 2008)
@@ -60,7 +60,7 @@
 # endif
 
 // Dinkumware.
-#elif ((defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)) && !defined(__BORLANDC__)
+#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
 // Some versions of Visual C++ don't seem to have the C++ overloads but they
 // all seem to have the c99 float overloads
 # if defined(BOOST_MSVC)


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