Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12516: Missing boost::serialization::array_wrapper in built serialization binary
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-04-20 14:05:03
#12516: Missing boost::serialization::array_wrapper in built serialization binary
--------------------------------------+---------------------------
Reporter: michele.de.stefano@⦠| Owner: ramey
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: serialization
Version: Boost Development Trunk | Severity: Regression
Resolution: | Keywords:
--------------------------------------+---------------------------
Comment (by benjamin.bihler@â¦):
I am using odeint and I have tried switching from Boost 1.63.0 to Boost
1.64.0. My previously compilable code now doesn't compile anymore when
using MinGW-w64 with g++ 5.2.0. The compilation error reads:
In file included from D:\boost_1_64_0/boost/numeric/ublas/vector.hpp:21:0,
from
D:\boost_1_64_0/boost/numeric/odeint/util/ublas_wrapper.hpp:23,
from D:\boost_1_64_0/boost/numeric/odeint.hpp:25,
from ..\src/Geodesics/GeodesicSolver.h:20,
from
..\src\Geodesics\BoundaryConditions\WireStopCondition.cpp:12:
D:\boost_1_64_0/boost/numeric/ublas/storage.hpp: In member function 'void
boost::numeric::ublas::unbounded_array<T, ALLOC>::serialize(Archive&,
unsigned int)':
D:\boost_1_64_0/boost/numeric/ublas/storage.hpp:299:18: error:
'make_array' is not a member of 'boost::serialization'
ar & serialization::make_array(data_, s);
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12516#comment:11> 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-20 14:08:26 UTC