Boost logo

Boost Users :

Subject: Re: [Boost-users] Multiprecision support for serialization
From: John Maddock (boost.regex_at_[hidden])
Date: 2014-03-19 15:28:45


> I noticed that the 1.55 documentation has a page regarding support for
> boost::serialization:
> http://www.boost.org/doc/libs/1_55_0/libs/multiprecision/doc/html/boost_multiprecision/tut/serial.html
>
> However, the page is broken at the moment. Can anyone fix this page or let
> me know what the status is for serialization of multiprecision types?

Not sure why the page is broken, but it says:

  Support for serialization comes in two forms:

     Classes number, debug_adaptor, logged_adaptor and rational_adaptor
have "pass through" serialization support which requires the underlying
backend to be serializable.
     Backends cpp_int, cpp_bin_float, cpp_dec_float and float128 have
full support for Boost.Serialization.

I should probably add cpp_rational to the list with full support too
(it's implicitly implied from the above, but not obvious!).

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net