
28 Jun
2010
28 Jun
'10
7:34 p.m.
----- Original Message ----- From: "John Maddock" <boost.regex@virgin.net> To: <boost@lists.boost.org> Sent: Monday, June 28, 2010 5:59 PM Subject: Re: [boost] [math] common_factor template parameters
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.
Thanks, Vicente