On 3/27/2018 1:07 AM, Junio C Hamano wrote:
Jeff Hostetler <git@xxxxxxxxxxxxxxxxx> writes:
[...]
So I would think it is most sensible to have double, uintmax_t and intmax_t variants. If you do not care about the extra value range that unsigned integral types afford, a single intmax_t variant would also be fine.
I'll reroll with just the double and intmax_t variants. Thanks for the feedback and sorry for all the noise. Jeff