Boost logo

Boost :

Subject: Re: [boost] [1.37] Merge permission sought (not a repost :-)
From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-10-13 22:04:43


On Mon, Oct 13, 2008 at 4:30 PM, Nicola Musatti <Nicola.Musatti_at_[hidden]>wrote:

> Hallo,
> I'd like to merge the attached patch to release. May I proceed?
>
> Thanks!
> Nicola

Please double check that the && is correct, and then go ahead.

--Beman

>
> --
> Nicola.Musatti <at> gmail <dot> com
> Home: http://nicola.musatti.googlepages.com/home
> Blog: http://wthwdik.wordpress.com/
>
>
> Index: float_functions.hpp
> ===================================================================
> --- float_functions.hpp (revision 49317)
> +++ float_functions.hpp (working copy)
> @@ -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)
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


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