
31 Dec
2010
31 Dec
'10
8:25 a.m.
On 30/12/10 22:45, vicente.botet wrote:
Hi,
during the Boost.Ratio review as requested to push some of the static integer metafunctions as static_abs, static_sign, static_gcd, static_lcm to a public library.
At the begining I has the impression that these functions should be added to Boost.Integer or Boost.Math, but after reflexion I think that these static metafunctions could be better integrated into Boost.MPL with the existing integral functions. I have prepared a patch for 3 of them.
Do you think that these can be added to Boost.MPL if I provide the needed documentation and tests? Sounds good :)
i guess they will turn into mpl::abs etc ? Lookign forward your patch