Data saved by boost::archive::text_oarchive
at Boost v1.47 cannot be loaded by boost::archive::text_iarchive
at Boost v1.37. It throws an exception with meddage "unknown version"
.
Here a workaround is provided for a similar issue with binary archives, but it seems it doesn't work for text archives.
Is there a fix which I can do at Boost v1.37 ?