Boost logo

Boost :

Subject: Re: [boost] [1.37] Merge permission sought (not a repost :-)
From: Daniel James (daniel_james_at_[hidden])
Date: 2008-10-14 03:50:32


2008/10/13 Nicola Musatti <Nicola.Musatti_at_[hidden]>:

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

Why is this needed? As far as I can tell, it shouldn't make any
difference (for codegear, BOOST_MSVC shouldn't be defined and
_CPPLIB_VER should be defined and greater than 402). If it does make a
difference, it might be a bug.

Daniel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk