|
Boost : |
From: Oleg Abrosimov (olegabr_at_[hidden])
Date: 2006-12-04 10:00:49
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 Best, Oleg Abrosimov
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk