2
0
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:
Matthias Troyer
2010-07-25 22:53:03 +00:00
parent 015b27c70a
commit fdc02fc7f9
9 changed files with 39 additions and 39 deletions

View File

@@ -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