2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-26 16:52:28 +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

@@ -11,15 +11,11 @@
#include <boost/archive/detail/archive_serializer_map.hpp>
#include <boost/archive/impl/archive_serializer_map.ipp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/impl/basic_binary_iprimitive.ipp>
#include <boost/archive/impl/basic_binary_iarchive.ipp>
namespace boost { namespace archive {
// explicitly instantiate all required templates
template class basic_binary_iarchive<mpi::packed_iarchive> ;
template class detail::archive_serializer_map<mpi::packed_iarchive> ;
} } // end namespace boost::archive