• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // (C) Copyright 2005 Matthias Troyer
2 
3 // Use, modification and distribution is subject to the Boost Software
4 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 //  Authors: Matthias Troyer
8 
9 #define BOOST_ARCHIVE_SOURCE
10 #include <boost/mpi/skeleton_and_content.hpp>
11 #include <boost/archive/detail/archive_serializer_map.hpp>
12 #include <boost/archive/impl/archive_serializer_map.ipp>
13 
14 namespace boost { namespace archive {
15 // explicitly instantiate all required templates
16 
17 template class detail::archive_serializer_map<mpi::packed_skeleton_oarchive> ;
18 template class detail::archive_serializer_map<
19   mpi::detail::forward_skeleton_oarchive<
20     boost::mpi::packed_skeleton_oarchive, boost::mpi::packed_oarchive> > ;
21 
22 } } // end namespace boost::archive
23