hffix
hffix copied to clipboard
Added convenience overload for push_back_decimal.
I found it quite useful with functions that split floating point number into mantissa and exponent and returning the result as a tuple.
writer.push_back_decimal(hffix::tag::Price, split(price));
Thanks for the PR @skuzniar . I'll think about it.