Boost C++ Libraries: Ticket #12978: wrong boost::serialization header included in ublas https://svn.boost.org/trac10/ticket/12978 <p> numeric/ublas/{matrix, storage}.hpp (and possibly other header files) include &lt;boost/serialization/array.hpp&gt;, but should really include &lt;boost/serialization/array_wrapper.hpp&gt;. Without this change, I get compilation errors with boost 1.64beta2 like these: </p> <pre class="wiki">error: no member named 'make_array' in namespace 'boost::serialization' </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12978 Trac 1.4.3 roel@… Thu, 04 May 2017 15:02:14 GMT cc set https://svn.boost.org/trac10/ticket/12978#comment:1 https://svn.boost.org/trac10/ticket/12978#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">roel@…</span> added </li> </ul> Ticket John Maddock Sun, 30 Jul 2017 18:14:29 GMT component changed; owner set https://svn.boost.org/trac10/ticket/12978#comment:2 https://svn.boost.org/trac10/ticket/12978#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Gunter</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">uBLAS</span> </li> </ul> Ticket