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

Subject: [Boost-bugs] [Boost C++ Libraries] #12982: Missing <serialization/array_wrapper.hpp> header in uBLAS files?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-04-21 23:49:06


#12982: Missing <serialization/array_wrapper.hpp> header in uBLAS files?
------------------------------+---------------------
 Reporter: paul.wambergue@… | Owner: guwi17
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: uBLAS
  Version: Boost 1.64.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------
 When building code using the boost library I received two error messages
 saying
 {{{#!python
 /usr/local/include/boost/numeric/ublas/storage.hpp:301:33:
 error: no member named 'make_array' in namespace 'boost::serialization'
 }}}
 and
 {{{#!python
 /usr/local/include/boost/numeric/ublas/matrix.hpp:5979:33:
 error: no member named 'make_array' in namespace 'boost::serialization'
 }}}

 So I decided to add the line
 {{{#!c++
 #include <boost/serialization/array_wrapper.hpp>
 }}}
 in both the files '''boost/numeric/ublas/storage.hpp''' and
 '''boost/numeric/ublas/matrix.hpp'''

 Now my code is building properly! Does this mean a line is missing in the
 source code of ublas? I would be really surprised.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12982>
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-04-21 23:53:23 UTC