Opened 6 years ago

Last modified 5 years ago

#12978 new Bugs

wrong boost::serialization header included in ublas

Reported by: Mark.Moll@… Owned by: Gunter
Milestone: To Be Determined Component: uBLAS
Version: Boost 1.64.0 Severity: Problem
Keywords: Cc: roel@…

Description

numeric/ublas/{matrix, storage}.hpp (and possibly other header files) include <boost/serialization/array.hpp>, but should really include <boost/serialization/array_wrapper.hpp>. Without this change, I get compilation errors with boost 1.64beta2 like these:

error: no member named 'make_array' in namespace 'boost::serialization'

Change History (2)

comment:1 by roel@…, 5 years ago

Cc: roel@… added

comment:2 by John Maddock, 5 years ago

Component: NoneuBLAS
Owner: set to Gunter
Note: See TracTickets for help on using tickets.