Boost logo

Boost :

From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2006-12-04 10:11:06


Oleg Abrosimov ha escrito:

> The smallest change I've made to suppress warnings is:
>
> 503a504
> >
> 505c506
> < static_cast<bool>(total_req_size % partition_size);
> ---
> > ((total_req_size % partition_size) ? true : false);
>
> The command was:
>
> diff pool_1.15.hpp pool.hpp > pool.diff

I've just commited this to HEAD (v1.16) and RC_1_34_0 (v1.14.6.2).
I'd appreciate if you can verify that warnings are gone now, as I don't have
MSVC 7.1 nor 8.0 here. Excuse my being so picky about the process,
but I tend to be extracareful when dealing with someone else's code.

Thank you,

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


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