28 Apr
2013
28 Apr
'13
1:13 p.m.
On Sun, 28 Apr 2013, John Maddock wrote:
Decimal conversion would be next to impossible because you'd need a complete compile-time-arbitary-precision-arithmetic library :-(
You only need addition and shift by 1 bit, that doesn't seem so bad. Although of course, with C++14 arriving, it is more useful to spend energy on something else. -- Marc Glisse