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

@@ -14,5 +14,6 @@ namespace boost { namespace archive { namespace detail {
// explicitly instantiate all required template functions
template class archive_pointer_oserializer<mpi::detail::content_oarchive> ;
template class archive_pointer_oserializer<boost::mpi::detail::ignore_skeleton_oarchive<boost::mpi::detail::content_oarchive> >;
template class archive_pointer_oserializer<boost::mpi::detail::ignore_skeleton_oarchive<boost::mpi::detail::mpi_datatype_oarchive> >;
} } }