Subject: Re: [boost] [modularization] Moving <boost/math/common_factor_ct.hpp>to TypeTraits
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-05 21:43:31


Vicente J. Botet Escriba wrote:
> Hi,
>
> moving boost/math/common_factor_ct.hpp to TypeTraits would remove the
> dependency from Interprocess, Pool and Variant to Math.

common_factor_ct.hpp defines static_gcd and static_lcm, and these seem
candidates for 'integer' rather than type traits.

I wondered what Ratio uses, and you have your own implementations there,
with mpl lambda support and everything.