id summary reporter owner description type status milestone component version severity resolution keywords cc 13097 cannot serialize boost::array anymore dario.izzo@… Robert Ramey "Serialization of boost::array fails in 1.64 (it did not in 1.63) The code namespace boost { namespace serialization { // implement serialization for boost::array template void serialize(Archive& ar, boost::array& a, const unsigned int /* version */) { ar & boost::serialization::make_nvp(""elems"", a.elems); } } } // end namespace boost::serialization has been removed from the serialization/array.hpp header hence breaking my code. Is this intended? " Support Requests closed To Be Determined serialization Boost 1.64.0 Problem wontfix