$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2006-03-18 11:50:16
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