$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-10-22 10:56:32
From: <scleary_at_[hidden]>
> Here's my response: if the compile-time one now works on MSVC, I would use
> it. Can someone with MSVC access check this?
common_factor_test.cpp uses using declarations on boost::gcd and boost::lcm,
this breaks the gcd<int_type>(...) syntax; this is fixed by "using namespace
boost" or fully qualifying.
static_lcm causes a STATIC_ASSERT on common_factor.hpp:139; when commented
out, both VC 6 and VC 7 complain that line 143 is not a constant expression.
The other tests pass.
-- Peter Dimov Multi Media Ltd.