2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-26 04:42:23 +00:00

Added missing pointer serializers

[SVN r46436]
This commit is contained in:
Matthias Troyer
2008-06-16 19:21:29 +00:00
parent 5b5eec914c
commit 2dfefe036e
3 changed files with 8 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ namespace boost { namespace archive {
// explicitly instantiate all required templates
template class detail::archive_pointer_oserializer<mpi::packed_skeleton_oarchive> ;
template class detail::archive_pointer_oserializer<
mpi::detail::forward_skeleton_oarchive<
boost::mpi::packed_skeleton_oarchive, boost::mpi::packed_oarchive> > ;
template class basic_binary_oarchive<mpi::packed_skeleton_oarchive> ;
//template class binary_oarchive_impl<mpi_packed_oarchive> ;