mirror of
https://github.com/boostorg/mpi.git
synced 2026-02-25 16:32:22 +00:00
Attempted workaround to breaking changes in Boost.Serialization and removed any remaining dependence on binary archives
[SVN r64343]
This commit is contained in:
@@ -8,17 +8,12 @@
|
||||
|
||||
#define BOOST_ARCHIVE_SOURCE
|
||||
#include <boost/mpi/packed_oarchive.hpp>
|
||||
|
||||
#include <boost/archive/detail/archive_serializer_map.hpp>
|
||||
#include <boost/archive/impl/archive_serializer_map.ipp>
|
||||
#include <boost/archive/binary_oarchive.hpp>
|
||||
#include <boost/archive/impl/basic_binary_oprimitive.ipp>
|
||||
#include <boost/archive/impl/basic_binary_oarchive.ipp>
|
||||
|
||||
namespace boost { namespace archive {
|
||||
// explicitly instantiate all required templates
|
||||
|
||||
template class detail::archive_serializer_map<mpi::packed_oarchive> ;
|
||||
template class basic_binary_oarchive<mpi::packed_oarchive> ;
|
||||
|
||||
} } // end namespace boost::archive
|
||||
|
||||
Reference in New Issue
Block a user