Ubuntu – boost serialization incompatibility between 1.74 and 1.83 with multi index container
I am serializing a set of contents, indexed by multiple properties using boost::multi_index_container, and a params struct, into a binary archive which I want to deserialize latter. But the archive created using boost 1.74 is unreadable (Invalid or corrupted archive)…