$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Arbitrary precision arithmetic
From: Kevin Sopp (baraclese_at_[hidden])
Date: 2009-08-18 02:47:48
I'm working on this in sandbox/mp_math and I also used libtommath as
starting point. It probably does not compile under VC because I'm
developing this using gcc. Currently it has a GMP backend and a
libtommath backend and a native boost backend. Since I have become the
new maintainer of libtommath I am also in the process of making custom
modifications to it for it to integrate better with a c++ style
library. In fact mp_math does not compile with the latest official
libtommath release anymore. I'm hosting the libtommath repo at
sourceforge.net/projects/tommath.