Opened 7 years ago
Last modified 7 years ago
#12113 new Bugs
./boost/mpi/communicator.hpp:1260:3: error: 'array' is not a member of 'boost::serialization'
Reported by: | Owned by: | Matthias Troyer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpi |
Version: | Boost Release Branch | Severity: | Regression |
Keywords: | Cc: |
Description
Boost.MPI no longer compiles because boost::serialization::array has been renamed to boost::serialization::array_view
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Yes, it's unfortunate that a part of the public interface of serialization gets changed without providing backward compatibility
Note:
See TracTickets
for help on using tickets.
Seems serialization::array is used in many other places in Boost.MPI