Boost logo

Boost :

From: Cory Nelson (phrosty_at_[hidden])
Date: 2005-11-28 21:11:46


Cool, I look forward to it.

line 254 in pool.hpp causes a warning in vc++2005, could it be changed from

static_cast<bool>(total_req_size % partition_size)

to

((total_req_size % partition_size)!=0)

On 11/28/05, Doug Gregor <dgregor_at_[hidden]> wrote:
> Boost 1.33.1 will be released in 7 days.
>
> The following issues will need to be cleared up before that can happen:
>
> - GCC 2.95.3 failures that I introduced (and have fixed; the should
> disappear "soon")
> - Spirit switch_p failures on GCC 4.0.2, which is now a release
> platform. We have a patch awaiting approval that should fix this.
>
> If there are any other problems that should be addressed, please
> respond *immediately* so that we can address them. Prerelease tarballs
> will be available within the next few days.
>
> Doug Gregor
> 1.33.x Release Manager
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>

--
Cory Nelson
http://www.int64.org

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