id summary reporter owner description type status milestone component version severity resolution keywords cc 3365 Serialization of multi_index_container is non portable. Ilia V. Sochenkov Joaquín M López Muñoz "multi_index_container save and load member-functions use type ""std::size_t"" to serialize a container's size instead of boost::serialization::collection_size_type. It may cause some problems when portable binary archives are used, because std::size_t has different size in different platforms. boost::serialization::collection_size_type can be treated specially by portable archive implementations: collection_size_type used in the serialization implementation for the standart containers." Bugs closed Boost 1.40.0 multi_index Boost 1.38.0 Problem fixed multi_index_container serialization, multi_index mailinglists@…