$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config/multiprecision/units/general] Do we have a policy for user-defined-literals?
From: Marc Glisse (marc.glisse_at_[hidden])
Date: 2013-04-28 09:13:04
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