$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-06-18 23:35:31
Jared McIntyre wrote:
> So, my problem is that we need to move to Boost 1.34, but I need a
> serialization library that interoperates with 1.33 serialization. I
> could hack my code to post-process the file, but it would be ugly.
Hmmm - If you're going to generate new data files and distribute
them to be processed with the old binaries - why can't you distribute
the new binaries at the same time?
Robert Ramey