Re: [Boost-bugs] [Boost C++ Libraries] #12982: Missing <serialization/array_wrapper.hpp> header in uBLAS files?

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12982: Missing <serialization/array_wrapper.hpp> header in uBLAS files?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-08-15 13:40:45


#12982: Missing <serialization/array_wrapper.hpp> header in uBLAS files?
--------------------------------------+---------------------
  Reporter: paul.wambergue@… | Owner: Gunter
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: uBLAS
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+---------------------

Comment (by xronophobe):

 I found this issue too. It appears to me that the array include is not
 needed anymore in the uBLAS storage.
 I just modified the
 {{{
 #include <boost/serialization/array.hpp>
 }}}
 to
 {{{
 #include <boost/serialization/array_wrapper.hpp>
 }}}
 and it works perfectly.

 This issue of missing make_array member appears on, and the fix I just
 described I tested on OS X 10.11.6 and Fedora 25, Boost 1.64.0, custom
 install path.

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/12982#comment:7>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-08-15 13:46:31 UTC