Subject: Re: [Boost-users] [multiprecision] serialization support?
From: John Maddock (john_at_[hidden])
Date: 2013-07-25 11:44:12


> Does/will multiprecesion have support for boost::serialization?

Good question, and no not yet. I guess it should do though... it's hard
though as some backends (for example GMP's mpf_t) don't round trip to and
from string representations, and have an internal structure that probably
shouldn't be relied upon :-(

No excuses for backends that we control though...

John.