Boost C++ Libraries: Ticket #13097: cannot serialize boost::array anymore https://svn.boost.org/trac10/ticket/13097 <p> Serialization of boost::array fails in 1.64 (it did not in 1.63) </p> <p> The code </p> <p> namespace boost { namespace serialization { <em> implement serialization for boost::array template &lt;class Archive, class T, std::size_t N&gt; void serialize(Archive&amp; ar, boost::array&lt;T,N&gt;&amp; a, const unsigned int /* version */) { </em></p> <blockquote> <p> ar &amp; boost::serialization::make_nvp("elems", a.elems); </p> </blockquote> <p> } </p> <p> } } <em> end namespace boost::serialization </em></p> <p> has been removed from the serialization/array.hpp header hence breaking my code. Is this intended? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13097 Trac 1.4.3 dario.izzo@… Mon, 26 Jun 2017 15:38:14 GMT <link>https://svn.boost.org/trac10/ticket/13097#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13097#comment:1</guid> <description> <p> I realized a new header was added called serialization/boost_array.hpp and needs to be included. In the change log of boost libraries though I could not find any documentation of the change. A warning would have been nice. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Sun, 30 Jul 2017 18:24:31 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/13097#comment:2 https://svn.boost.org/trac10/ticket/13097#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Robert Ramey</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">serialization</span> </li> </ul> Ticket Robert Ramey Fri, 11 Aug 2017 11:32:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13097#comment:3 https://svn.boost.org/trac10/ticket/13097#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> Sorry, I was fixing up a previous mistake. I mark wont fix but I mean "can't fix" </p> Ticket