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-13 08:39:26


#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 anonymous):

 I also came across this missing #include. I fixed it in my code bu
 replacing:
 {{{
 #include <boost/numeric/ublas/matrix.hpp>
 }}}
 with:
 {{{
 #include <boost/serialization/array_wrapper.hpp>
 #include <boost/numeric/ublas/matrix.hpp>
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/12982#comment:6>
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-13 08:44:53 UTC