$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2006-09-26 13:35:21
Hi,
I am getting a few "possible loss of data" warnings while using the datetime
library. For example, VC8 complains about the following code in
microsec_clock.hpp:
boost::uint64_t filetime = ...
...
boost::uint32_t sub_sec = (filetime % 10000000) / 10; // microseconds
The compiler also complains about similar issue in from_ftime.
Is this a known issue?
Regards,
Arkadiy