Small CodeGear specific patch

[SVN r49229]
This commit is contained in:
Nicola Musatti
2008-10-09 22:11:20 +00:00
parent b9917c8810
commit 707186737c

View File

@@ -60,7 +60,7 @@
# endif
// Dinkumware.
#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
#elif ((defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)) && !defined(__BORLANDC__)
// 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)