Boost logo

Boost :

From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2019-06-24 16:22:45


On 6/24/19 2:21 PM, nunna, sarath babu (GE Healthcare) via Boost wrote:
> Hello,
>
> We use boost libraries in our project.
> We had no issues found in 1.47 version in our product.(In Windows 7)
> But we wanted to upgrade to latest version into Windows 10 environment.
> We have got issues with serialization. Please let us know in which version you have introduced serialization above than 1.47 version? So that we will take one version below than that or let us know whether have to include/modify anything to adopt latest 1.69 or 1.7 version of boost.

You can generally expect every Boost release to have changes in every
library that is maintained (and Boost.Serialization is being
maintained). Note that the changes may be not in the library of interest
but in its dependency.

You can see what changes were made in a particular library on GitHub or
in git locally. Here's an example for Boost.Serialization:

https://github.com/boostorg/serialization/compare/boost-1.47.0..boost-1.48.0

It would be more productive if you reported the problems you're facing
in a GitHub issue for Boost.Serialization.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk