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

[SVN r49338]
This commit is contained in:
Daniel James
2008-10-15 09:44:41 +00:00
parent d8d39c8f90
commit 1c66cdb55e

View File

@@ -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)