$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2003-05-20 09:24:28
> It appears that there is not a streaming operator defined for the
> time_duration::fractional_seconds_type type.
This will normally be a 64 bit integer type (eg: __int64, long long or
whatever Intel 7 calls it). I'm a bit suprised this is a problem since
the Intel compiler passes the regression tests.
http://boost.sourceforge.net/regression-logs/cs-win32.html
What sort of settings do you have set on the compile? Is Intel
the compiler the has an MSVC 6 compatibility mode that might be
turned on?
Jeff