mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 21:44:28 +02:00
Revert [49229], it fixes the same problem as [48674].
[SVN r49338]
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user