
4 Dec
2006
4 Dec
'06
3:11 p.m.
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