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/detail/text_skeleton_oarchive.hpp> 11 12 #include <boost/archive/detail/archive_serializer_map.hpp> 13 #include <boost/archive/impl/archive_serializer_map.ipp> 14 15 namespace boost { namespace archive { 16 // explicitly instantiate all required templates 17 18 // template class detail::archive_serializer_map<text_oarchive>; 19 20 } } // end namespace boost::archive 21