$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-12-26 08:02:05
This compiles:
boost::interval<double> in(1u);
but creates a nonsense interval.
IMO this should work?
Likewise the same problem manifests itself when constructing from an
unsigned long long (and in this case you really do want a true interval to
be created).
John.