
18 Mar
2006
18 Mar
'06
4:50 p.m.
Paolo Invernizzi wrote:
Hi all,
Sorry in advance if this is not the proper way for suggest a little patch...
Compilation with VC71 raise tons of possible loss of data warning when using the microsec_clock::local_time() or universal_time(), warnings that can be avoided adding cast to (int) and to (boost::uint32_t) in: ...snip details...
Thx for the report -- I've committed a patch to CVS that should resolve these. Jeff