$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [math] common_factor template parameters
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-06-28 11:59:46
>>>static_gcc and static_lcm have unsigned long parameters.
>>>
>>>template < unsigned long Value1, unsigned long Value2 >
>>>struct boost::math::static_gcd;
>>>
>>>Could these be changed to uintmax_t?
This is now fixed in Trunk.
Regards, John.