From 1c66cdb55ec321e3ef247a653dee36bd77a2039f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 15 Oct 2008 09:44:41 +0000 Subject: [PATCH] Revert [49229], it fixes the same problem as [48674]. [SVN r49338] --- include/boost/functional/detail/float_functions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/functional/detail/float_functions.hpp b/include/boost/functional/detail/float_functions.hpp index 4ec9767..5cef36e 100644 --- a/include/boost/functional/detail/float_functions.hpp +++ b/include/boost/functional/detail/float_functions.hpp @@ -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)