$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Serialization] 1.49 to 1.55 problems
From: John M. Dlugosz (mpbecey7gu_at_[hidden])
Date: 2014-01-13 17:19:11
I did search for "serialization incompatible version" on Google and found issues regarding
certain older versions. I checked the release notes as far back as were on the web site,
and didn't see anything.
I tried building a program with Boost 1.55, and found it would not interoperate with
existing programs that were built with Boost 1.49.
Taking the error at face value, I need to configure the code to write the old version.
How would I do that?
âJohn